Html Css Color HEX #FFDAF7 Snuff

📋 copy color: '#FFDAF7'

red 255 ◦ green 218 ◦ blue 247

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

Shades of Snuff #FFDAF7

Tints of Snuff #FFDAF7

RGB

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

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

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

R = 35.42%
G = 30.28%
B = 34.31%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.03

 K value IS 0

RGB Variations

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

Color information

#FFDAF7 (or 0xFFDAF7) is known color: Snuff. HEX triplet: FF, DA and F7. RGB value is (255,218,247). Sum of RGB (Red+Green+Blue) = 255+218+247=720 (95% of max value = 765). Red value is 255 (100% from 255 or 35.42% from 720); Green value is 218 (85.55% from 255 or 30.28% from 720); Blue value is 247 (96.88% from 255 or 34.31% from 720); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDAF7 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FFDAF7 is #002508. Grayscale: #E8E8E8. Windows color (decimal): -9481 or 16243455. OLE color: 16243455.

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

Color convert

RGB 255 218 247 -
CMYK 0 0.15 0.03 0
HSL 312.97º 1% 0.93% -
HSV(B) 312.97º 0.15% 1% -
XYZ 83.1 78.12 98.69 -
YUV 232.37 136.26 144.14 -
System Red Green Blue C M Y K H S L
Decimal 255 218 247 0 0.15 0.03 0 312.97 1 0.93
Hex FF DA F7 0 F 3 0 139 64 5D
Octal 377 332 367 0 17 3 0 471 144 135
Binary 11111111 11011010 11110111 0 1111 11 0 100111001 1100100 1011101

Color Harmonies of #FFDAF7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFDAF7

Black with #FFDAF7

Text Example


Text Example

White with #FFDAF7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFDAF7; }

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

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

background-color css

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

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

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

border-color css

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

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

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