Html Css Color HEX #FCCAE6 Classic Rose

📋 copy color: '#FCCAE6'

red 252 ◦ green 202 ◦ blue 230

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

Shades of Classic Rose #FCCAE6

Tints of Classic Rose #FCCAE6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 33.63%

R = 36.84%
G = 29.53%
B = 33.63%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.09

 K value IS 0.01

RGB Variations

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

Color information

#FCCAE6 (or 0xFCCAE6) is known color: Classic Rose. HEX triplet: FC, CA and E6. RGB value is (252,202,230). Sum of RGB (Red+Green+Blue) = 252+202+230=684 (90% of max value = 765). Red value is 252 (98.83% from 255 or 36.84% from 684); Green value is 202 (79.30% from 255 or 29.53% from 684); Blue value is 230 (90.23% from 255 or 33.63% from 684); Max value from RGB is 252 - color contains mainly: red. Hex color #FCCAE6 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FCCAE6 is #033519. Grayscale: #DCDCDC. Windows color (decimal): -210202 or 15125244. OLE color: 15125244.

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

Color convert

RGB 252 202 230 -
CMYK 0 0.20 0.09 0.01
HSL 326.4º 0.89% 0.89% -
HSV(B) 326.4º 0.2% 0.99% -
XYZ 75.55 68.65 84.13 -
YUV 220.14 133.57 150.72 -
System Red Green Blue C M Y K H S L
Decimal 252 202 230 0 0.20 0.09 0.01 326.4 0.89 0.89
Hex FC CA E6 0 14 9 1 146 59 59
Octal 374 312 346 0 24 11 1 506 131 131
Binary 11111100 11001010 11100110 0 10100 1001 1 101000110 1011001 1011001

Color Harmonies of #FCCAE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCCAE6

Black with #FCCAE6

Text Example


Text Example

White with #FCCAE6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCCAE6; }

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

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

background-color css

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

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

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

border-color css

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

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

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