Html Css Color HEX #FCD0ED Classic Rose

📋 copy color: '#FCD0ED'

red 252 ◦ green 208 ◦ blue 237

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

Shades of Classic Rose #FCD0ED

Tints of Classic Rose #FCD0ED

RGB

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

 GREEN value IS 208 (81.64% from 255) = 29.84%

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

R = 36.15%
G = 29.84%
B = 34%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.06

 K value IS 0.01

RGB Variations

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

Color information

#FCD0ED (or 0xFCD0ED) is known color: Classic Rose. HEX triplet: FC, D0 and ED. RGB value is (252,208,237). Sum of RGB (Red+Green+Blue) = 252+208+237=697 (92% of max value = 765). Red value is 252 (98.83% from 255 or 36.15% from 697); Green value is 208 (81.64% from 255 or 29.84% from 697); Blue value is 237 (92.97% from 255 or 34.00% from 697); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD0ED is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FCD0ED is #032F12. Grayscale: #E0E0E0. Windows color (decimal): -208659 or 15585532. OLE color: 15585532.

HSL color Cylindrical-coordinate representation of color #FCD0ED: hue angle of 320.45º degrees, saturation: 0.88, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #FCD0ED is Cyan = 0, Magento = 0.17, Yellow = 0.06 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 208 237 -
CMYK 0 0.17 0.06 0.01
HSL 320.45º 0.88% 0.9% -
HSV(B) 320.45º 0.17% 0.99% -
XYZ 77.99 71.92 89.89 -
YUV 224.46 135.08 147.64 -
System Red Green Blue C M Y K H S L
Decimal 252 208 237 0 0.17 0.06 0.01 320.45 0.88 0.9
Hex FC D0 ED 0 11 6 1 140 58 5A
Octal 374 320 355 0 21 6 1 500 130 132
Binary 11111100 11010000 11101101 0 10001 110 1 101000000 1011000 1011010

Color Harmonies of #FCD0ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCD0ED

Black with #FCD0ED

Text Example


Text Example

White with #FCD0ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCD0ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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