#FCCAE1

Color #FCCAE1 Classic Rose (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Classic Rose #FCCAE1

Tints of Classic Rose #FCCAE1

Color information

#FCCAE1 (or 0xFCCAE1) is unknown color: approx Classic Rose. HEX triplet: FC, CA and E1. RGB value is (252,202,225). Sum of RGB (Red+Green+Blue) = 252+202+225=679 (89% of max value = 765). Red value is 252 (98.83% from 255 or 37.11% from 679); Green value is 202 (79.30% from 255 or 29.75% from 679); Blue value is 225 (88.28% from 255 or 33.14% from 679); Max value from RGB is 252 - color contains mainly: red. Hex color #FCCAE1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCCAE1 is #03351E. Grayscale: #DBDBDB. Windows color (decimal): -210207 or 14797564. OLE color: 14797564.

HSL color Cylindrical-coordinate representation of color #FCCAE1: hue angle of 332.4º degrees, saturation: 0.89, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #FCCAE1 is Cyan = 0, Magento = 0.20, Yellow = 0.11 and Black (K on CMYK) = 0.01.

Color convert

RGB252202225-
CMYK00.200.110.01
HSL332.4º89.29%89.02%-
HSV(B)332.4º19.84%98.82%-
XYZ74.8668.3780.49-
YUV219.57131.06151.13-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 37.11%
GREEN value IS 202 (79.30% from 255) = 29.75%
BLUE value IS 225 (88.28% from 255) = 33.14%
R=37.11%
G=29.75%
B=33.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.11
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25220222500.200.110.01332.489.2989.02
HexFCCAE1014B114c5959
Octal374312341024131514131131
Binary1111110011001010111000010101001011110100110010110011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCCAE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCCAE1; }

 p { color: rgb(252,202,225); }

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

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

 a { background-color: rgb(252,202,225); }

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

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

 span { border-color: rgb(252,202,225); }

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