Html Css Color HEX #FDD6F4 Snuff

📋 copy color: '#FDD6F4'

red 253 ◦ green 214 ◦ blue 244

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

Shades of Snuff #FDD6F4

Tints of Snuff #FDD6F4

RGB

 RED value IS 253 (99.22% from 255) = 35.58%

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

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

R = 35.58%
G = 30.1%
B = 34.32%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.04

 K value IS 0.01

RGB Variations

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

Color information

#FDD6F4 (or 0xFDD6F4) is known color: Snuff. HEX triplet: FD, D6 and F4. RGB value is (253,214,244). Sum of RGB (Red+Green+Blue) = 253+214+244=711 (94% of max value = 765). Red value is 253 (99.22% from 255 or 35.58% from 711); Green value is 214 (83.98% from 255 or 30.10% from 711); Blue value is 244 (95.70% from 255 or 34.32% from 711); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD6F4 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FDD6F4 is #02290B. Grayscale: #E4E4E4. Windows color (decimal): -141580 or 16045821. OLE color: 16045821.

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

Color convert

RGB 253 214 244 -
CMYK 0 0.15 0.04 0.01
HSL 313.85º 0.91% 0.92% -
HSV(B) 313.85º 0.15% 0.99% -
XYZ 80.88 75.51 95.9 -
YUV 229.08 136.42 145.06 -
System Red Green Blue C M Y K H S L
Decimal 253 214 244 0 0.15 0.04 0.01 313.85 0.91 0.92
Hex FD D6 F4 0 F 4 1 13A 5B 5C
Octal 375 326 364 0 17 4 1 472 133 134
Binary 11111101 11010110 11110100 0 1111 100 1 100111010 1011011 1011100

Color Harmonies of #FDD6F4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDD6F4

Black with #FDD6F4

Text Example


Text Example

White with #FDD6F4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDD6F4; }

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

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

background-color css

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

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

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

border-color css

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

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

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