Html Css Color HEX #FCC2EB Classic Rose

📋 copy color: '#FCC2EB'

red 252 ◦ green 194 ◦ blue 235

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

Shades of Classic Rose #FCC2EB

Tints of Classic Rose #FCC2EB

RGB

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

 GREEN value IS 194 (76.17% from 255) = 28.49%

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

R = 37%
G = 28.49%
B = 34.51%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.07

 K value IS 0.01

RGB Variations

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

Color information

#FCC2EB (or 0xFCC2EB) is known color: Classic Rose. HEX triplet: FC, C2 and EB. RGB value is (252,194,235). Sum of RGB (Red+Green+Blue) = 252+194+235=681 (90% of max value = 765). Red value is 252 (98.83% from 255 or 37.00% from 681); Green value is 194 (76.17% from 255 or 28.49% from 681); Blue value is 235 (92.19% from 255 or 34.51% from 681); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC2EB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FCC2EB is #033D14. Grayscale: #D7D7D7. Windows color (decimal): -212245 or 15450876. OLE color: 15450876.

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

Color convert

RGB 252 194 235 -
CMYK 0 0.23 0.07 0.01
HSL 317.59º 0.91% 0.87% -
HSV(B) 317.59º 0.23% 0.99% -
XYZ 74.43 65.28 87.27 -
YUV 216.02 138.72 153.67 -
System Red Green Blue C M Y K H S L
Decimal 252 194 235 0 0.23 0.07 0.01 317.59 0.91 0.87
Hex FC C2 EB 0 17 7 1 13E 5B 57
Octal 374 302 353 0 27 7 1 476 133 127
Binary 11111100 11000010 11101011 0 10111 111 1 100111110 1011011 1010111

Color Harmonies of #FCC2EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCC2EB

Black with #FCC2EB

Text Example


Text Example

White with #FCC2EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCC2EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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