Html Css Color HEX #FCD0F7 Snuff

📋 copy color: '#FCD0F7'

red 252 ◦ green 208 ◦ blue 247

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

Shades of Snuff #FCD0F7

Tints of Snuff #FCD0F7

RGB

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

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

 BLUE value IS 247 (96.88% from 255) = 34.94%

R = 35.64%
G = 29.42%
B = 34.94%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.02

 K value IS 0.01

RGB Variations

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

Color information

#FCD0F7 (or 0xFCD0F7) is known color: Snuff. HEX triplet: FC, D0 and F7. RGB value is (252,208,247). Sum of RGB (Red+Green+Blue) = 252+208+247=707 (93% of max value = 765). Red value is 252 (98.83% from 255 or 35.64% from 707); Green value is 208 (81.64% from 255 or 29.42% from 707); Blue value is 247 (96.88% from 255 or 34.94% from 707); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD0F7 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FCD0F7 is #032F08. Grayscale: #E1E1E1. Windows color (decimal): -208649 or 16240892. OLE color: 16240892.

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

Color convert

RGB 252 208 247 -
CMYK 0 0.17 0.02 0.01
HSL 306.82º 0.88% 0.9% -
HSV(B) 306.82º 0.17% 0.99% -
XYZ 79.49 72.52 97.8 -
YUV 225.6 140.08 146.83 -
System Red Green Blue C M Y K H S L
Decimal 252 208 247 0 0.17 0.02 0.01 306.82 0.88 0.9
Hex FC D0 F7 0 11 2 1 133 58 5A
Octal 374 320 367 0 21 2 1 463 130 132
Binary 11111100 11010000 11110111 0 10001 10 1 100110011 1011000 1011010

Color Harmonies of #FCD0F7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCD0F7

Black with #FCD0F7

Text Example


Text Example

White with #FCD0F7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCD0F7; }

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

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

background-color css

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

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

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

border-color css

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

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

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