Html Css Color HEX #FCD6F4 Snuff

📋 copy color: '#FCD6F4'

red 252 ◦ green 214 ◦ blue 244

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

Shades of Snuff #FCD6F4

Tints of Snuff #FCD6F4

RGB

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

 GREEN value IS 214 (83.98% from 255) = 30.14%

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

R = 35.49%
G = 30.14%
B = 34.37%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.03

 K value IS 0.01

RGB Variations

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

Color information

#FCD6F4 (or 0xFCD6F4) is known color: Snuff. HEX triplet: FC, D6 and F4. RGB value is (252,214,244). Sum of RGB (Red+Green+Blue) = 252+214+244=710 (94% of max value = 765). Red value is 252 (98.83% from 255 or 35.49% from 710); Green value is 214 (83.98% from 255 or 30.14% from 710); Blue value is 244 (95.70% from 255 or 34.37% from 710); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD6F4 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FCD6F4 is #03290B. Grayscale: #E4E4E4. Windows color (decimal): -207116 or 16045820. OLE color: 16045820.

HSL color Cylindrical-coordinate representation of color #FCD6F4: hue angle of 312.63º degrees, saturation: 0.86, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #FCD6F4 is Cyan = 0, Magento = 0.15, Yellow = 0.03 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 214 244 -
CMYK 0 0.15 0.03 0.01
HSL 312.63º 0.86% 0.91% -
HSV(B) 312.63º 0.15% 0.99% -
XYZ 80.52 75.32 95.88 -
YUV 228.78 136.59 144.56 -
System Red Green Blue C M Y K H S L
Decimal 252 214 244 0 0.15 0.03 0.01 312.63 0.86 0.91
Hex FC D6 F4 0 F 3 1 139 56 5B
Octal 374 326 364 0 17 3 1 471 126 133
Binary 11111100 11010110 11110100 0 1111 11 1 100111001 1010110 1011011

Color Harmonies of #FCD6F4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCD6F4

Black with #FCD6F4

Text Example


Text Example

White with #FCD6F4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCD6F4; }

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

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

background-color css

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

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

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

border-color css

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

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

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