#FAA4CE

Color #FAA4CE Carnation Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Carnation Pink #FAA4CE

Tints of Carnation Pink #FAA4CE

Color information

#FAA4CE (or 0xFAA4CE) is unknown color: approx Carnation Pink. HEX triplet: FA, A4 and CE. RGB value is (250,164,206). Sum of RGB (Red+Green+Blue) = 250+164+206=620 (82% of max value = 765). Red value is 250 (98.05% from 255 or 40.32% from 620); Green value is 164 (64.45% from 255 or 26.45% from 620); Blue value is 206 (80.86% from 255 or 33.23% from 620); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA4CE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FAA4CE is #055B31. Grayscale: #C2C2C2. Windows color (decimal): -351026 or 13542650. OLE color: 13542650.

HSL color Cylindrical-coordinate representation of color #FAA4CE: hue angle of 330.7º degrees, saturation: 0.9, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #FAA4CE is Cyan = 0, Magento = 0.34, Yellow = 0.18 and Black (K on CMYK) = 0.02.

Color convert

RGB250164206-
CMYK00.340.180.02
HSL330.7º89.58%81.18%-
HSV(B)330.7º34.4%98.04%-
XYZ63.8451.3364.94-
YUV194.5134.49167.58-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 250 (98.05% from 255) = 40.32%
GREEN value IS 164 (64.45% from 255) = 26.45%
BLUE value IS 206 (80.86% from 255) = 33.23%
R=40.32%
G=26.45%
B=33.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.18
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25016420600.340.180.02330.789.5881.18
HexFAA4CE02212214b5a51
Octal372244316042222513132121
Binary1111101010100100110011100100010100101010100101110110101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAA4CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAA4CE; }

 p { color: rgb(250,164,206); }

 H1.HeaderClassName
 {
   color: #FAA4CE;
 }
 .AnyTagClassName
 {
   color: #FAA4CE;
 }
</style>
background-color css

<style>
 a { background-color: #FAA4CE; }

 a { background-color: rgb(250,164,206); }

 div.DivClassName
 {
   background-color: #FAA4CE;
 }
 .BgClassName
 {
   background-color: #FAA4CE;
 }
</style>
border-color css

<style>
 span { border-color: #FAA4CE; }

 span { border-color: rgb(250,164,206); }

 td.TdClassName
 {
   border-color: #FAA4CE;
 }
 .TagClassName
 {
   border-color: #FAA4CE;
 }
</style>