Html Css Color HEX #FCD4F8 Snuff

📋 copy color: '#FCD4F8'

red 252 ◦ green 212 ◦ blue 248

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

Shades of Snuff #FCD4F8

Tints of Snuff #FCD4F8

RGB

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

 GREEN value IS 212 (83.2% from 255) = 29.78%

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

R = 35.39%
G = 29.78%
B = 34.83%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.02

 K value IS 0.01

RGB Variations

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

Color information

#FCD4F8 (or 0xFCD4F8) is known color: Snuff. HEX triplet: FC, D4 and F8. RGB value is (252,212,248). Sum of RGB (Red+Green+Blue) = 252+212+248=712 (94% of max value = 765). Red value is 252 (98.83% from 255 or 35.39% from 712); Green value is 212 (83.20% from 255 or 29.78% from 712); Blue value is 248 (97.27% from 255 or 34.83% from 712); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD4F8 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FCD4F8 is #032B07. Grayscale: #E3E3E3. Windows color (decimal): -207624 or 16307452. OLE color: 16307452.

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

Color convert

RGB 252 212 248 -
CMYK 0 0.16 0.02 0.01
HSL 306º 0.87% 0.91% -
HSV(B) 306º 0.16% 0.99% -
XYZ 80.63 74.56 98.95 -
YUV 228.06 139.25 145.07 -
System Red Green Blue C M Y K H S L
Decimal 252 212 248 0 0.16 0.02 0.01 306 0.87 0.91
Hex FC D4 F8 0 10 2 1 132 57 5B
Octal 374 324 370 0 20 2 1 462 127 133
Binary 11111100 11010100 11111000 0 10000 10 1 100110010 1010111 1011011

Color Harmonies of #FCD4F8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCD4F8

Black with #FCD4F8

Text Example


Text Example

White with #FCD4F8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCD4F8; }

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

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

background-color css

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

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

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

border-color css

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

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

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