Html Css Color HEX #FCDAF5 Snuff

📋 copy color: '#FCDAF5'

red 252 ◦ green 218 ◦ blue 245

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

Shades of Snuff #FCDAF5

Tints of Snuff #FCDAF5

RGB

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

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

 BLUE value IS 245 (96.09% from 255) = 34.27%

R = 35.24%
G = 30.49%
B = 34.27%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.03

 K value IS 0.01

RGB Variations

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

Color information

#FCDAF5 (or 0xFCDAF5) is known color: Snuff. HEX triplet: FC, DA and F5. RGB value is (252,218,245). Sum of RGB (Red+Green+Blue) = 252+218+245=715 (94% of max value = 765). Red value is 252 (98.83% from 255 or 35.24% from 715); Green value is 218 (85.55% from 255 or 30.49% from 715); Blue value is 245 (96.09% from 255 or 34.27% from 715); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDAF5 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FCDAF5 is #03250A. Grayscale: #E7E7E7. Windows color (decimal): -206091 or 16112380. OLE color: 16112380.

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

Color convert

RGB 252 218 245 -
CMYK 0 0.13 0.03 0.01
HSL 312.35º 0.85% 0.92% -
HSV(B) 312.35º 0.13% 0.99% -
XYZ 81.7 77.43 97.03 -
YUV 231.24 135.76 142.8 -
System Red Green Blue C M Y K H S L
Decimal 252 218 245 0 0.13 0.03 0.01 312.35 0.85 0.92
Hex FC DA F5 0 D 3 1 138 55 5C
Octal 374 332 365 0 15 3 1 470 125 134
Binary 11111100 11011010 11110101 0 1101 11 1 100111000 1010101 1011100

Color Harmonies of #FCDAF5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCDAF5

Black with #FCDAF5

Text Example


Text Example

White with #FCDAF5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCDAF5; }

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

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

background-color css

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

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

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

border-color css

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

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

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