#FCAECB

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

Shades of Carnation Pink #FCAECB

Tints of Carnation Pink #FCAECB

Color information

#FCAECB (or 0xFCAECB) is unknown color: approx Carnation Pink. HEX triplet: FC, AE and CB. RGB value is (252,174,203). Sum of RGB (Red+Green+Blue) = 252+174+203=629 (83% of max value = 765). Red value is 252 (98.83% from 255 or 40.06% from 629); Green value is 174 (68.36% from 255 or 27.66% from 629); Blue value is 203 (79.69% from 255 or 32.27% from 629); Max value from RGB is 252 - color contains mainly: red. Hex color #FCAECB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FCAECB is #035134. Grayscale: #C8C8C8. Windows color (decimal): -217397 or 13348604. OLE color: 13348604.

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

Color convert

RGB252174203-
CMYK00.310.190.01
HSL337.69º92.86%83.53%-
HSV(B)337.69º30.95%98.82%-
XYZ66.0655.2863.69-
YUV200.63129.34164.64-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 40.06%
GREEN value IS 174 (68.36% from 255) = 27.66%
BLUE value IS 203 (79.69% from 255) = 32.27%
R=40.06%
G=27.66%
B=32.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.19
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25217420300.310.190.01337.6992.8683.53
HexFCAECB01F1311525d54
Octal374256313037231522135124
Binary11111100101011101100101101111110011110101001010111011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCAECB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCAECB; }

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

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

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

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

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

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

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

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