Html Css Color HEX #FFD6F7 Snuff

📋 copy color: '#FFD6F7'

red 255 ◦ green 214 ◦ blue 247

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

Shades of Snuff #FFD6F7

Tints of Snuff #FFD6F7

RGB

 RED value IS 255 (100% from 255) = 35.61%

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

 BLUE value IS 247 (96.88% from 255) = 34.5%

R = 35.61%
G = 29.89%
B = 34.5%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.03

 K value IS 0

RGB Variations

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

Color information

#FFD6F7 (or 0xFFD6F7) is known color: Snuff. HEX triplet: FF, D6 and F7. RGB value is (255,214,247). Sum of RGB (Red+Green+Blue) = 255+214+247=716 (94% of max value = 765). Red value is 255 (100% from 255 or 35.61% from 716); Green value is 214 (83.98% from 255 or 29.89% from 716); Blue value is 247 (96.88% from 255 or 34.50% from 716); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD6F7 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FFD6F7 is #002908. Grayscale: #E5E5E5. Windows color (decimal): -10505 or 16242431. OLE color: 16242431.

HSL color Cylindrical-coordinate representation of color #FFD6F7: hue angle of 311.71º degrees, saturation: 1, lightness: 0.92%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #FFD6F7 is Cyan = 0, Magento = 0.16, Yellow = 0.03 and Black (K on CMYK) = 0.

Color convert

RGB 255 214 247 -
CMYK 0 0.16 0.03 0
HSL 311.71º 1% 0.92% -
HSV(B) 311.71º 0.16% 1% -
XYZ 82.08 76.07 98.35 -
YUV 230.02 137.58 145.82 -
System Red Green Blue C M Y K H S L
Decimal 255 214 247 0 0.16 0.03 0 311.71 1 0.92
Hex FF D6 F7 0 10 3 0 138 64 5C
Octal 377 326 367 0 20 3 0 470 144 134
Binary 11111111 11010110 11110111 0 10000 11 0 100111000 1100100 1011100

Color Harmonies of #FFD6F7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFD6F7

Black with #FFD6F7

Text Example


Text Example

White with #FFD6F7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFD6F7; }

 p { color: rgb(255,214,247); }

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

background-color css

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

 a { background-color: rgb(255,214,247); }

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

border-color css

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

 span { border-color: rgb(255,214,247); }

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