Html Css Color HEX #FCC4E0 Classic Rose

📋 copy color: '#FCC4E0'

red 252 ◦ green 196 ◦ blue 224

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

Shades of Classic Rose #FCC4E0

Tints of Classic Rose #FCC4E0

RGB

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

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

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

R = 37.5%
G = 29.17%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.11

 K value IS 0.01

RGB Variations

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

Color information

#FCC4E0 (or 0xFCC4E0) is known color: Classic Rose. HEX triplet: FC, C4 and E0. RGB value is (252,196,224). Sum of RGB (Red+Green+Blue) = 252+196+224=672 (89% of max value = 765). Red value is 252 (98.83% from 255 or 37.5% from 672); Green value is 196 (76.95% from 255 or 29.17% from 672); Blue value is 224 (87.89% from 255 or 33.33% from 672); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC4E0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCC4E0 is #033B1F. Grayscale: #D7D7D7. Windows color (decimal): -211744 or 14730492. OLE color: 14730492.

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

Color convert

RGB 252 196 224 -
CMYK 0 0.22 0.11 0.01
HSL 330º 0.9% 0.88% -
HSV(B) 330º 0.22% 0.99% -
XYZ 73.34 65.56 79.31 -
YUV 215.94 132.55 153.72 -
System Red Green Blue C M Y K H S L
Decimal 252 196 224 0 0.22 0.11 0.01 330 0.9 0.88
Hex FC C4 E0 0 16 B 1 14A 5A 58
Octal 374 304 340 0 26 13 1 512 132 130
Binary 11111100 11000100 11100000 0 10110 1011 1 101001010 1011010 1011000

Color Harmonies of #FCC4E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCC4E0

Black with #FCC4E0

Text Example


Text Example

White with #FCC4E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCC4E0; }

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

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

background-color css

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

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

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

border-color css

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

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

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