#FCAACB

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

Shades of Carnation Pink #FCAACB

Tints of Carnation Pink #FCAACB

Color information

#FCAACB (or 0xFCAACB) is unknown color: approx Carnation Pink. HEX triplet: FC, AA and CB. RGB value is (252,170,203). Sum of RGB (Red+Green+Blue) = 252+170+203=625 (82% of max value = 765). Red value is 252 (98.83% from 255 or 40.32% from 625); Green value is 170 (66.80% from 255 or 27.2% from 625); Blue value is 203 (79.69% from 255 or 32.48% from 625); Max value from RGB is 252 - color contains mainly: red. Hex color #FCAACB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FCAACB is #035534. Grayscale: #C6C6C6. Windows color (decimal): -218421 or 13347580. OLE color: 13347580.

HSL color Cylindrical-coordinate representation of color #FCAACB: hue angle of 335.85º degrees, saturation: 0.93, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #FCAACB is Cyan = 0, Magento = 0.33, Yellow = 0.19 and Black (K on CMYK) = 0.01.

Color convert

RGB252170203-
CMYK00.330.190.01
HSL335.85º93.18%82.75%-
HSV(B)335.85º32.54%98.82%-
XYZ65.353.7663.43-
YUV198.28130.67166.32-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 40.32%
GREEN value IS 170 (66.80% from 255) = 27.2%
BLUE value IS 203 (79.69% from 255) = 32.48%
R=40.32%
G=27.2%
B=32.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.19
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25217020300.330.190.01335.8593.1882.75
HexFCAACB0211311505d53
Octal374252313041231520135123
Binary111111001010101011001011010000110011110101000010111011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCAACB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCAACB; }

 p { color: rgb(252,170,203); }

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

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

 a { background-color: rgb(252,170,203); }

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

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

 span { border-color: rgb(252,170,203); }

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