Html Css Color HEX #FCCAE2 Classic Rose

📋 copy color: '#FCCAE2'

red 252 ◦ green 202 ◦ blue 226

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

Shades of Classic Rose #FCCAE2

Tints of Classic Rose #FCCAE2

RGB

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

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

 BLUE value IS 226 (88.67% from 255) = 33.24%

R = 37.06%
G = 29.71%
B = 33.24%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.10

 K value IS 0.01

RGB Variations

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

Color information

#FCCAE2 (or 0xFCCAE2) is known color: Classic Rose. HEX triplet: FC, CA and E2. RGB value is (252,202,226). Sum of RGB (Red+Green+Blue) = 252+202+226=680 (90% of max value = 765). Red value is 252 (98.83% from 255 or 37.06% from 680); Green value is 202 (79.30% from 255 or 29.71% from 680); Blue value is 226 (88.67% from 255 or 33.24% from 680); Max value from RGB is 252 - color contains mainly: red. Hex color #FCCAE2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCCAE2 is #03351D. Grayscale: #DBDBDB. Windows color (decimal): -210206 or 14863100. OLE color: 14863100.

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

Color convert

RGB 252 202 226 -
CMYK 0 0.20 0.10 0.01
HSL 331.2º 0.89% 0.89% -
HSV(B) 331.2º 0.2% 0.99% -
XYZ 74.99 68.43 81.21 -
YUV 219.69 131.57 151.05 -
System Red Green Blue C M Y K H S L
Decimal 252 202 226 0 0.20 0.10 0.01 331.2 0.89 0.89
Hex FC CA E2 0 14 A 1 14B 59 59
Octal 374 312 342 0 24 12 1 513 131 131
Binary 11111100 11001010 11100010 0 10100 1010 1 101001011 1011001 1011001

Color Harmonies of #FCCAE2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCCAE2

Black with #FCCAE2

Text Example


Text Example

White with #FCCAE2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCCAE2; }

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

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

background-color css

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

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

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

border-color css

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

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

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