Html Css Color HEX #F4BFF8 Snuff

📋 copy color: '#F4BFF8'

red 244 ◦ green 191 ◦ blue 248

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

Shades of Snuff #F4BFF8

Tints of Snuff #F4BFF8

RGB

 RED value IS 244 (95.7% from 255) = 35.72%

 GREEN value IS 191 (75% from 255) = 27.96%

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

R = 35.72%
G = 27.96%
B = 36.31%

CMYK

 C value IS 0.02

 M value IS 0.23

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#F4BFF8 (or 0xF4BFF8) is known color: Snuff. HEX triplet: F4, BF and F8. RGB value is (244,191,248). Sum of RGB (Red+Green+Blue) = 244+191+248=683 (90% of max value = 765). Red value is 244 (95.70% from 255 or 35.72% from 683); Green value is 191 (75% from 255 or 27.96% from 683); Blue value is 248 (97.27% from 255 or 36.31% from 683); Max value from RGB is 248 - color contains mainly: blue. Hex color #F4BFF8 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F4BFF8 is #0B4007. Grayscale: #D5D5D5. Windows color (decimal): -737288 or 16302068. OLE color: 16302068.

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

Color convert

RGB 244 191 248 -
CMYK 0.02 0.23 0 0.03
HSL 295.79º 0.8% 0.86% -
HSV(B) 295.79º 0.23% 0.97% -
XYZ 72.88 63.27 97.18 -
YUV 213.35 147.56 149.87 -
System Red Green Blue C M Y K H S L
Decimal 244 191 248 0.02 0.23 0 0.03 295.79 0.8 0.86
Hex F4 BF F8 2 17 0 3 128 50 56
Octal 364 277 370 2 27 0 3 450 120 126
Binary 11110100 10111111 11111000 10 10111 0 11 100101000 1010000 1010110

Color Harmonies of #F4BFF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F4BFF8

Black with #F4BFF8

Text Example


Text Example

White with #F4BFF8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F4BFF8; }

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

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

background-color css

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

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

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

border-color css

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

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

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