Html Css Color HEX #FCC5EE Classic Rose

📋 copy color: '#FCC5EE'

red 252 ◦ green 197 ◦ blue 238

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

Shades of Classic Rose #FCC5EE

Tints of Classic Rose #FCC5EE

RGB

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

 GREEN value IS 197 (77.34% from 255) = 28.68%

 BLUE value IS 238 (93.36% from 255) = 34.64%

R = 36.68%
G = 28.68%
B = 34.64%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.06

 K value IS 0.01

RGB Variations

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

Color information

#FCC5EE (or 0xFCC5EE) is known color: Classic Rose. HEX triplet: FC, C5 and EE. RGB value is (252,197,238). Sum of RGB (Red+Green+Blue) = 252+197+238=687 (90% of max value = 765). Red value is 252 (98.83% from 255 or 36.68% from 687); Green value is 197 (77.34% from 255 or 28.68% from 687); Blue value is 238 (93.36% from 255 or 34.64% from 687); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC5EE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FCC5EE is #033A11. Grayscale: #DADADA. Windows color (decimal): -211474 or 15648252. OLE color: 15648252.

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

Color convert

RGB 252 197 238 -
CMYK 0 0.22 0.06 0.01
HSL 315.27º 0.9% 0.88% -
HSV(B) 315.27º 0.22% 0.99% -
XYZ 75.54 66.8 89.8 -
YUV 218.12 139.22 152.17 -
System Red Green Blue C M Y K H S L
Decimal 252 197 238 0 0.22 0.06 0.01 315.27 0.9 0.88
Hex FC C5 EE 0 16 6 1 13B 5A 58
Octal 374 305 356 0 26 6 1 473 132 130
Binary 11111100 11000101 11101110 0 10110 110 1 100111011 1011010 1011000

Color Harmonies of #FCC5EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCC5EE

Black with #FCC5EE

Text Example


Text Example

White with #FCC5EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCC5EE; }

 p { color: rgb(252,197,238); }

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

background-color css

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

 a { background-color: rgb(252,197,238); }

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

border-color css

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

 span { border-color: rgb(252,197,238); }

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