#FAA4CB

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

Shades of Carnation Pink #FAA4CB

Tints of Carnation Pink #FAA4CB

Color information

#FAA4CB (or 0xFAA4CB) is unknown color: approx Carnation Pink. HEX triplet: FA, A4 and CB. RGB value is (250,164,203). Sum of RGB (Red+Green+Blue) = 250+164+203=617 (81% of max value = 765). Red value is 250 (98.05% from 255 or 40.52% from 617); Green value is 164 (64.45% from 255 or 26.58% from 617); Blue value is 203 (79.69% from 255 or 32.90% from 617); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA4CB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FAA4CB is #055B34. Grayscale: #C2C2C2. Windows color (decimal): -351029 or 13346042. OLE color: 13346042.

HSL color Cylindrical-coordinate representation of color #FAA4CB: hue angle of 332.79º 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 #FAA4CB is Cyan = 0, Magento = 0.34, Yellow = 0.19 and Black (K on CMYK) = 0.02.

Color convert

RGB250164203-
CMYK00.340.190.02
HSL332.79º89.58%81.18%-
HSV(B)332.79º34.4%98.04%-
XYZ63.4851.1963.03-
YUV194.16132.99167.83-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 40.52%
GREEN value IS 164 (64.45% from 255) = 26.58%
BLUE value IS 203 (79.69% from 255) = 32.90%
R=40.52%
G=26.58%
B=32.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.19
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25016420300.340.190.02332.7989.5881.18
HexFAA4CB02213214d5a51
Octal372244313042232515132121
Binary1111101010100100110010110100010100111010100110110110101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAA4CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAA4CB; }

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

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

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

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

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

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

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

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