Html Css Color HEX #FCCAE0 Classic Rose

📋 copy color: '#FCCAE0'

red 252 ◦ green 202 ◦ blue 224

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

Shades of Classic Rose #FCCAE0

Tints of Classic Rose #FCCAE0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 33.04%

R = 37.17%
G = 29.79%
B = 33.04%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.11

 K value IS 0.01

RGB Variations

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

Color information

#FCCAE0 (or 0xFCCAE0) is known color: Classic Rose. HEX triplet: FC, CA and E0. RGB value is (252,202,224). Sum of RGB (Red+Green+Blue) = 252+202+224=678 (89% of max value = 765). Red value is 252 (98.83% from 255 or 37.17% from 678); Green value is 202 (79.30% from 255 or 29.79% from 678); Blue value is 224 (87.89% from 255 or 33.04% from 678); Max value from RGB is 252 - color contains mainly: red. Hex color #FCCAE0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCCAE0 is #03351F. Grayscale: #DBDBDB. Windows color (decimal): -210208 or 14732028. OLE color: 14732028.

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

Color convert

RGB 252 202 224 -
CMYK 0 0.20 0.11 0.01
HSL 333.6º 0.89% 0.89% -
HSV(B) 333.6º 0.2% 0.99% -
XYZ 74.72 68.32 79.77 -
YUV 219.46 130.57 151.21 -
System Red Green Blue C M Y K H S L
Decimal 252 202 224 0 0.20 0.11 0.01 333.6 0.89 0.89
Hex FC CA E0 0 14 B 1 14E 59 59
Octal 374 312 340 0 24 13 1 516 131 131
Binary 11111100 11001010 11100000 0 10100 1011 1 101001110 1011001 1011001

Color Harmonies of #FCCAE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCCAE0

Black with #FCCAE0

Text Example


Text Example

White with #FCCAE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCCAE0; }

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

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

background-color css

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

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

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

border-color css

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

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

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