Html Css Color HEX #FCC1ED Classic Rose

📋 copy color: '#FCC1ED'

red 252 ◦ green 193 ◦ blue 237

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

Shades of Classic Rose #FCC1ED

Tints of Classic Rose #FCC1ED

RGB

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

 GREEN value IS 193 (75.78% from 255) = 28.3%

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

R = 36.95%
G = 28.3%
B = 34.75%

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

#FCC1ED (or 0xFCC1ED) is known color: Classic Rose. HEX triplet: FC, C1 and ED. RGB value is (252,193,237). Sum of RGB (Red+Green+Blue) = 252+193+237=682 (90% of max value = 765). Red value is 252 (98.83% from 255 or 36.95% from 682); Green value is 193 (75.78% from 255 or 28.30% from 682); Blue value is 237 (92.97% from 255 or 34.75% from 682); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC1ED is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FCC1ED is #033E12. Grayscale: #D7D7D7. Windows color (decimal): -212499 or 15581692. OLE color: 15581692.

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

Color convert

RGB 252 193 237 -
CMYK 0 0.23 0.06 0.01
HSL 315.25º 0.91% 0.87% -
HSV(B) 315.25º 0.23% 0.99% -
XYZ 74.5 64.95 88.73 -
YUV 215.66 140.05 153.92 -
System Red Green Blue C M Y K H S L
Decimal 252 193 237 0 0.23 0.06 0.01 315.25 0.91 0.87
Hex FC C1 ED 0 17 6 1 13B 5B 57
Octal 374 301 355 0 27 6 1 473 133 127
Binary 11111100 11000001 11101101 0 10111 110 1 100111011 1011011 1010111

Color Harmonies of #FCC1ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCC1ED

Black with #FCC1ED

Text Example


Text Example

White with #FCC1ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCC1ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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