Html Css Color HEX #F8DBF4 Snuff

📋 copy color: '#F8DBF4'

red 248 ◦ green 219 ◦ blue 244

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

Shades of Snuff #F8DBF4

Tints of Snuff #F8DBF4

RGB

 RED value IS 248 (97.27% from 255) = 34.88%

 GREEN value IS 219 (85.94% from 255) = 30.8%

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

R = 34.88%
G = 30.8%
B = 34.32%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.02

 K value IS 0.03

RGB Variations

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

Color information

#F8DBF4 (or 0xF8DBF4) is known color: Snuff. HEX triplet: F8, DB and F4. RGB value is (248,219,244). Sum of RGB (Red+Green+Blue) = 248+219+244=711 (94% of max value = 765). Red value is 248 (97.27% from 255 or 34.88% from 711); Green value is 219 (85.94% from 255 or 30.80% from 711); Blue value is 244 (95.70% from 255 or 34.32% from 711); Max value from RGB is 248 - color contains mainly: red. Hex color #F8DBF4 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F8DBF4 is #07240B. Grayscale: #E6E6E6. Windows color (decimal): -467980 or 16047096. OLE color: 16047096.

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

Color convert

RGB 248 219 244 -
CMYK 0 0.12 0.02 0.03
HSL 308.28º 0.67% 0.92% -
HSV(B) 308.28º 0.12% 0.97% -
XYZ 80.37 77.15 96.24 -
YUV 230.52 135.61 140.47 -
System Red Green Blue C M Y K H S L
Decimal 248 219 244 0 0.12 0.02 0.03 308.28 0.67 0.92
Hex F8 DB F4 0 C 2 3 134 43 5C
Octal 370 333 364 0 14 2 3 464 103 134
Binary 11111000 11011011 11110100 0 1100 10 11 100110100 1000011 1011100

Color Harmonies of #F8DBF4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8DBF4

Black with #F8DBF4

Text Example


Text Example

White with #F8DBF4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8DBF4; }

 p { color: rgb(248,219,244); }

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

background-color css

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

 a { background-color: rgb(248,219,244); }

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

border-color css

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

 span { border-color: rgb(248,219,244); }

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