Html Css Color HEX #FCC2ED Classic Rose

📋 copy color: '#FCC2ED'

red 252 ◦ green 194 ◦ blue 237

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

Shades of Classic Rose #FCC2ED

Tints of Classic Rose #FCC2ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 34.7%

R = 36.9%
G = 28.4%
B = 34.7%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.06

 K value IS 0.01

RGB Variations

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

Color information

#FCC2ED (or 0xFCC2ED) is known color: Classic Rose. HEX triplet: FC, C2 and ED. RGB value is (252,194,237). Sum of RGB (Red+Green+Blue) = 252+194+237=683 (90% of max value = 765). Red value is 252 (98.83% from 255 or 36.90% from 683); Green value is 194 (76.17% from 255 or 28.40% from 683); Blue value is 237 (92.97% from 255 or 34.70% from 683); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC2ED is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FCC2ED is #033D12. Grayscale: #D8D8D8. Windows color (decimal): -212243 or 15581948. OLE color: 15581948.

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

Color convert

RGB 252 194 237 -
CMYK 0 0.23 0.06 0.01
HSL 315.52º 0.91% 0.87% -
HSV(B) 315.52º 0.23% 0.99% -
XYZ 74.72 65.39 88.8 -
YUV 216.24 139.72 153.5 -
System Red Green Blue C M Y K H S L
Decimal 252 194 237 0 0.23 0.06 0.01 315.52 0.91 0.87
Hex FC C2 ED 0 17 6 1 13C 5B 57
Octal 374 302 355 0 27 6 1 474 133 127
Binary 11111100 11000010 11101101 0 10111 110 1 100111100 1011011 1010111

Color Harmonies of #FCC2ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCC2ED

Black with #FCC2ED

Text Example


Text Example

White with #FCC2ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCC2ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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