Html Css Color HEX #FCCAEA Classic Rose

📋 copy color: '#FCCAEA'

red 252 ◦ green 202 ◦ blue 234

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

Shades of Classic Rose #FCCAEA

Tints of Classic Rose #FCCAEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 34.01%

R = 36.63%
G = 29.36%
B = 34.01%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.07

 K value IS 0.01

RGB Variations

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

Color information

#FCCAEA (or 0xFCCAEA) is known color: Classic Rose. HEX triplet: FC, CA and EA. RGB value is (252,202,234). Sum of RGB (Red+Green+Blue) = 252+202+234=688 (91% of max value = 765). Red value is 252 (98.83% from 255 or 36.63% from 688); Green value is 202 (79.30% from 255 or 29.36% from 688); Blue value is 234 (91.80% from 255 or 34.01% from 688); Max value from RGB is 252 - color contains mainly: red. Hex color #FCCAEA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FCCAEA is #033515. Grayscale: #DCDCDC. Windows color (decimal): -210198 or 15387388. OLE color: 15387388.

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

Color convert

RGB 252 202 234 -
CMYK 0 0.20 0.07 0.01
HSL 321.6º 0.89% 0.89% -
HSV(B) 321.6º 0.2% 0.99% -
XYZ 76.12 68.88 87.12 -
YUV 220.6 135.57 150.4 -
System Red Green Blue C M Y K H S L
Decimal 252 202 234 0 0.20 0.07 0.01 321.6 0.89 0.89
Hex FC CA EA 0 14 7 1 142 59 59
Octal 374 312 352 0 24 7 1 502 131 131
Binary 11111100 11001010 11101010 0 10100 111 1 101000010 1011001 1011001

Color Harmonies of #FCCAEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCCAEA

Black with #FCCAEA

Text Example


Text Example

White with #FCCAEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCCAEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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