Html Css Color HEX #FCCAE8 Classic Rose

📋 copy color: '#FCCAE8'

red 252 ◦ green 202 ◦ blue 232

#FCCAE8
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Classic Rose #FCCAE8

Tints of Classic Rose #FCCAE8

RGB

 RED value IS 252 (98.83% from 255) = 36.73%

 GREEN value IS 202 (79.3% from 255) = 29.45%

 BLUE value IS 232 (91.02% from 255) = 33.82%

R = 36.73%
G = 29.45%
B = 33.82%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.08

 K value IS 0.01

RGB Variations

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

Color information

#FCCAE8 (or 0xFCCAE8) is known color: Classic Rose. HEX triplet: FC, CA and E8. RGB value is (252,202,232). Sum of RGB (Red+Green+Blue) = 252+202+232=686 (90% of max value = 765). Red value is 252 (98.83% from 255 or 36.73% from 686); Green value is 202 (79.30% from 255 or 29.45% from 686); Blue value is 232 (91.02% from 255 or 33.82% from 686); Max value from RGB is 252 - color contains mainly: red. Hex color #FCCAE8 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FCCAE8 is #033517. Grayscale: #DCDCDC. Windows color (decimal): -210200 or 15256316. OLE color: 15256316.

HSL color Cylindrical-coordinate representation of color #FCCAE8: hue angle of 324º 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 #FCCAE8 is Cyan = 0, Magento = 0.20, Yellow = 0.08 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 202 232 -
CMYK 0 0.20 0.08 0.01
HSL 324º 0.89% 0.89% -
HSV(B) 324º 0.2% 0.99% -
XYZ 75.83 68.76 85.62 -
YUV 220.37 134.57 150.56 -
System Red Green Blue C M Y K H S L
Decimal 252 202 232 0 0.20 0.08 0.01 324 0.89 0.89
Hex FC CA E8 0 14 8 1 144 59 59
Octal 374 312 350 0 24 10 1 504 131 131
Binary 11111100 11001010 11101000 0 10100 1000 1 101000100 1011001 1011001

Color Harmonies of #FCCAE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCCAE8

Black with #FCCAE8

Text Example


Text Example

White with #FCCAE8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCCAE8; }

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

 H1.HeaderClassName
 {
   color: #FCCAE8;
 }
 .AnyTagClassName
 {
   color: #FCCAE8;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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