Html Css Color HEX #F4BFF7 Snuff

📋 copy color: '#F4BFF7'

red 244 ◦ green 191 ◦ blue 247

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

Shades of Snuff #F4BFF7

Tints of Snuff #F4BFF7

RGB

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

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

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

R = 35.78%
G = 28.01%
B = 36.22%

CMYK

 C value IS 0.01

 M value IS 0.23

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#F4BFF7 (or 0xF4BFF7) is known color: Snuff. HEX triplet: F4, BF and F7. RGB value is (244,191,247). Sum of RGB (Red+Green+Blue) = 244+191+247=682 (90% of max value = 765). Red value is 244 (95.70% from 255 or 35.78% from 682); Green value is 191 (75% from 255 or 28.01% from 682); Blue value is 247 (96.88% from 255 or 36.22% from 682); Max value from RGB is 247 - color contains mainly: blue. Hex color #F4BFF7 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F4BFF7 is #0B4008. Grayscale: #D5D5D5. Windows color (decimal): -737289 or 16236532. OLE color: 16236532.

HSL color Cylindrical-coordinate representation of color #F4BFF7: hue angle of 296.79º degrees, saturation: 0.78, 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 #F4BFF7 is Cyan = 0.01, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 244 191 247 -
CMYK 0.01 0.23 0 0.03
HSL 296.79º 0.78% 0.86% -
HSV(B) 296.79º 0.23% 0.97% -
XYZ 72.73 63.21 96.36 -
YUV 213.23 147.06 149.95 -
System Red Green Blue C M Y K H S L
Decimal 244 191 247 0.01 0.23 0 0.03 296.79 0.78 0.86
Hex F4 BF F7 1 17 0 3 129 4E 56
Octal 364 277 367 1 27 0 3 451 116 126
Binary 11110100 10111111 11110111 1 10111 0 11 100101001 1001110 1010110

Color Harmonies of #F4BFF7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F4BFF7

Black with #F4BFF7

Text Example


Text Example

White with #F4BFF7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F4BFF7; }

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

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

background-color css

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

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

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

border-color css

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

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

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