Html Css Color HEX #FCDAF6 Snuff

📋 copy color: '#FCDAF6'

red 252 ◦ green 218 ◦ blue 246

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

Shades of Snuff #FCDAF6

Tints of Snuff #FCDAF6

RGB

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

 GREEN value IS 218 (85.55% from 255) = 30.45%

 BLUE value IS 246 (96.48% from 255) = 34.36%

R = 35.2%
G = 30.45%
B = 34.36%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.02

 K value IS 0.01

RGB Variations

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

Color information

#FCDAF6 (or 0xFCDAF6) is known color: Snuff. HEX triplet: FC, DA and F6. RGB value is (252,218,246). Sum of RGB (Red+Green+Blue) = 252+218+246=716 (94% of max value = 765). Red value is 252 (98.83% from 255 or 35.20% from 716); Green value is 218 (85.55% from 255 or 30.45% from 716); Blue value is 246 (96.48% from 255 or 34.36% from 716); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDAF6 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FCDAF6 is #032509. Grayscale: #E7E7E7. Windows color (decimal): -206090 or 16177916. OLE color: 16177916.

HSL color Cylindrical-coordinate representation of color #FCDAF6: hue angle of 310.59º degrees, saturation: 0.85, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #FCDAF6 is Cyan = 0, Magento = 0.13, Yellow = 0.02 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 218 246 -
CMYK 0 0.13 0.02 0.01
HSL 310.59º 0.85% 0.92% -
HSV(B) 310.59º 0.13% 0.99% -
XYZ 81.85 77.49 97.83 -
YUV 231.36 136.26 142.72 -
System Red Green Blue C M Y K H S L
Decimal 252 218 246 0 0.13 0.02 0.01 310.59 0.85 0.92
Hex FC DA F6 0 D 2 1 137 55 5C
Octal 374 332 366 0 15 2 1 467 125 134
Binary 11111100 11011010 11110110 0 1101 10 1 100110111 1010101 1011100

Color Harmonies of #FCDAF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCDAF6

Black with #FCDAF6

Text Example


Text Example

White with #FCDAF6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCDAF6; }

 p { color: rgb(252,218,246); }

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

background-color css

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

 a { background-color: rgb(252,218,246); }

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

border-color css

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

 span { border-color: rgb(252,218,246); }

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