Html Css Color HEX #FCDAF8 Snuff

📋 copy color: '#FCDAF8'

red 252 ◦ green 218 ◦ blue 248

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

Shades of Snuff #FCDAF8

Tints of Snuff #FCDAF8

RGB

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

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

 BLUE value IS 248 (97.27% from 255) = 34.54%

R = 35.1%
G = 30.36%
B = 34.54%

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

#FCDAF8 (or 0xFCDAF8) is known color: Snuff. HEX triplet: FC, DA and F8. RGB value is (252,218,248). Sum of RGB (Red+Green+Blue) = 252+218+248=718 (95% of max value = 765). Red value is 252 (98.83% from 255 or 35.10% from 718); Green value is 218 (85.55% from 255 or 30.36% from 718); Blue value is 248 (97.27% from 255 or 34.54% from 718); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDAF8 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FCDAF8 is #032507. Grayscale: #E7E7E7. Windows color (decimal): -206088 or 16308988. OLE color: 16308988.

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

Color convert

RGB 252 218 248 -
CMYK 0 0.13 0.02 0.01
HSL 307.06º 0.85% 0.92% -
HSV(B) 307.06º 0.13% 0.99% -
XYZ 82.16 77.62 99.46 -
YUV 231.59 137.26 142.56 -
System Red Green Blue C M Y K H S L
Decimal 252 218 248 0 0.13 0.02 0.01 307.06 0.85 0.92
Hex FC DA F8 0 D 2 1 133 55 5C
Octal 374 332 370 0 15 2 1 463 125 134
Binary 11111100 11011010 11111000 0 1101 10 1 100110011 1010101 1011100

Color Harmonies of #FCDAF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCDAF8

Black with #FCDAF8

Text Example


Text Example

White with #FCDAF8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCDAF8; }

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

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

background-color css

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

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

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

border-color css

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

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

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