Html Css Color HEX #FFDAF8 Snuff

📋 copy color: '#FFDAF8'

red 255 ◦ green 218 ◦ blue 248

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

Shades of Snuff #FFDAF8

Tints of Snuff #FFDAF8

RGB

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

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

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

R = 35.37%
G = 30.24%
B = 34.4%

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

#FFDAF8 (or 0xFFDAF8) is known color: Snuff. HEX triplet: FF, DA and F8. RGB value is (255,218,248). Sum of RGB (Red+Green+Blue) = 255+218+248=721 (95% of max value = 765). Red value is 255 (100% from 255 or 35.37% from 721); Green value is 218 (85.55% from 255 or 30.24% from 721); Blue value is 248 (97.27% from 255 or 34.40% from 721); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDAF8 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FFDAF8 is #002507. Grayscale: #E8E8E8. Windows color (decimal): -9480 or 16308991. OLE color: 16308991.

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

Color convert

RGB 255 218 248 -
CMYK 0 0.15 0.03 0
HSL 311.35º 1% 0.93% -
HSV(B) 311.35º 0.15% 1% -
XYZ 83.25 78.18 99.51 -
YUV 232.48 136.76 144.06 -
System Red Green Blue C M Y K H S L
Decimal 255 218 248 0 0.15 0.03 0 311.35 1 0.93
Hex FF DA F8 0 F 3 0 137 64 5D
Octal 377 332 370 0 17 3 0 467 144 135
Binary 11111111 11011010 11111000 0 1111 11 0 100110111 1100100 1011101

Color Harmonies of #FFDAF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFDAF8

Black with #FFDAF8

Text Example


Text Example

White with #FFDAF8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFDAF8; }

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

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

background-color css

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

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

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

border-color css

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

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

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