Html Css Color HEX #FCD0F4 Snuff

📋 copy color: '#FCD0F4'

red 252 ◦ green 208 ◦ blue 244

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

Shades of Snuff #FCD0F4

Tints of Snuff #FCD0F4

RGB

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

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

 BLUE value IS 244 (95.7% from 255) = 34.66%

R = 35.8%
G = 29.55%
B = 34.66%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.03

 K value IS 0.01

RGB Variations

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

Color information

#FCD0F4 (or 0xFCD0F4) is known color: Snuff. HEX triplet: FC, D0 and F4. RGB value is (252,208,244). Sum of RGB (Red+Green+Blue) = 252+208+244=704 (93% of max value = 765). Red value is 252 (98.83% from 255 or 35.80% from 704); Green value is 208 (81.64% from 255 or 29.55% from 704); Blue value is 244 (95.70% from 255 or 34.66% from 704); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD0F4 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FCD0F4 is #032F0B. Grayscale: #E1E1E1. Windows color (decimal): -208652 or 16044284. OLE color: 16044284.

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

Color convert

RGB 252 208 244 -
CMYK 0 0.17 0.03 0.01
HSL 310.91º 0.88% 0.9% -
HSV(B) 310.91º 0.17% 0.99% -
XYZ 79.03 72.34 95.39 -
YUV 225.26 138.58 147.07 -
System Red Green Blue C M Y K H S L
Decimal 252 208 244 0 0.17 0.03 0.01 310.91 0.88 0.9
Hex FC D0 F4 0 11 3 1 137 58 5A
Octal 374 320 364 0 21 3 1 467 130 132
Binary 11111100 11010000 11110100 0 10001 11 1 100110111 1011000 1011010

Color Harmonies of #FCD0F4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCD0F4

Black with #FCD0F4

Text Example


Text Example

White with #FCD0F4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCD0F4; }

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

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

background-color css

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

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

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

border-color css

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

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

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