Html Css Color HEX #FCC0EB Classic Rose

📋 copy color: '#FCC0EB'

red 252 ◦ green 192 ◦ blue 235

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

Shades of Classic Rose #FCC0EB

Tints of Classic Rose #FCC0EB

RGB

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

 GREEN value IS 192 (75.39% from 255) = 28.28%

 BLUE value IS 235 (92.19% from 255) = 34.61%

R = 37.11%
G = 28.28%
B = 34.61%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.07

 K value IS 0.01

RGB Variations

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

Color information

#FCC0EB (or 0xFCC0EB) is known color: Classic Rose. HEX triplet: FC, C0 and EB. RGB value is (252,192,235). Sum of RGB (Red+Green+Blue) = 252+192+235=679 (89% of max value = 765). Red value is 252 (98.83% from 255 or 37.11% from 679); Green value is 192 (75.39% from 255 or 28.28% from 679); Blue value is 235 (92.19% from 255 or 34.61% from 679); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC0EB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FCC0EB is #033F14. Grayscale: #D6D6D6. Windows color (decimal): -212757 or 15450364. OLE color: 15450364.

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

Color convert

RGB 252 192 235 -
CMYK 0 0.24 0.07 0.01
HSL 317º 0.91% 0.87% -
HSV(B) 317º 0.24% 0.99% -
XYZ 73.99 64.39 87.13 -
YUV 214.84 139.38 154.5 -
System Red Green Blue C M Y K H S L
Decimal 252 192 235 0 0.24 0.07 0.01 317 0.91 0.87
Hex FC C0 EB 0 18 7 1 13D 5B 57
Octal 374 300 353 0 30 7 1 475 133 127
Binary 11111100 11000000 11101011 0 11000 111 1 100111101 1011011 1010111

Color Harmonies of #FCC0EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCC0EB

Black with #FCC0EB

Text Example


Text Example

White with #FCC0EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCC0EB; }

 p { color: rgb(252,192,235); }

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

background-color css

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

 a { background-color: rgb(252,192,235); }

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

border-color css

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

 span { border-color: rgb(252,192,235); }

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