Html Css Color HEX #FCC4EA Classic Rose

📋 copy color: '#FCC4EA'

red 252 ◦ green 196 ◦ blue 234

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

Shades of Classic Rose #FCC4EA

Tints of Classic Rose #FCC4EA

RGB

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

 GREEN value IS 196 (76.95% from 255) = 28.74%

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

R = 36.95%
G = 28.74%
B = 34.31%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.07

 K value IS 0.01

RGB Variations

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

Color information

#FCC4EA (or 0xFCC4EA) is known color: Classic Rose. HEX triplet: FC, C4 and EA. RGB value is (252,196,234). Sum of RGB (Red+Green+Blue) = 252+196+234=682 (90% of max value = 765). Red value is 252 (98.83% from 255 or 36.95% from 682); Green value is 196 (76.95% from 255 or 28.74% from 682); Blue value is 234 (91.80% from 255 or 34.31% from 682); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC4EA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FCC4EA is #033B15. Grayscale: #D8D8D8. Windows color (decimal): -211734 or 15385852. OLE color: 15385852.

HSL color Cylindrical-coordinate representation of color #FCC4EA: hue angle of 319.29º degrees, saturation: 0.9, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #FCC4EA is Cyan = 0, Magento = 0.22, Yellow = 0.07 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 196 234 -
CMYK 0 0.22 0.07 0.01
HSL 319.29º 0.9% 0.88% -
HSV(B) 319.29º 0.22% 0.99% -
XYZ 74.74 66.12 86.66 -
YUV 217.08 137.55 152.91 -
System Red Green Blue C M Y K H S L
Decimal 252 196 234 0 0.22 0.07 0.01 319.29 0.9 0.88
Hex FC C4 EA 0 16 7 1 13F 5A 58
Octal 374 304 352 0 26 7 1 477 132 130
Binary 11111100 11000100 11101010 0 10110 111 1 100111111 1011010 1011000

Color Harmonies of #FCC4EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCC4EA

Black with #FCC4EA

Text Example


Text Example

White with #FCC4EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCC4EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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