Html Css Color HEX #F2BFF7 Snuff

📋 copy color: '#F2BFF7'

red 242 ◦ green 191 ◦ blue 247

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

Shades of Snuff #F2BFF7

Tints of Snuff #F2BFF7

RGB

 RED value IS 242 (94.92% from 255) = 35.59%

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

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

R = 35.59%
G = 28.09%
B = 36.32%

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

#F2BFF7 (or 0xF2BFF7) is known color: Snuff. HEX triplet: F2, BF and F7. RGB value is (242,191,247). Sum of RGB (Red+Green+Blue) = 242+191+247=680 (90% of max value = 765). Red value is 242 (94.92% from 255 or 35.59% from 680); Green value is 191 (75% from 255 or 28.09% from 680); Blue value is 247 (96.88% from 255 or 36.32% from 680); Max value from RGB is 247 - color contains mainly: blue. Hex color #F2BFF7 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F2BFF7 is #0D4008. Grayscale: #D4D4D4. Windows color (decimal): -868361 or 16236530. OLE color: 16236530.

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

Color convert

RGB 242 191 247 -
CMYK 0.02 0.23 0 0.03
HSL 294.64º 0.78% 0.86% -
HSV(B) 294.64º 0.23% 0.97% -
XYZ 72.04 62.85 96.33 -
YUV 212.63 147.4 148.95 -
System Red Green Blue C M Y K H S L
Decimal 242 191 247 0.02 0.23 0 0.03 294.64 0.78 0.86
Hex F2 BF F7 2 17 0 3 127 4E 56
Octal 362 277 367 2 27 0 3 447 116 126
Binary 11110010 10111111 11110111 10 10111 0 11 100100111 1001110 1010110

Color Harmonies of #F2BFF7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2BFF7

Black with #F2BFF7

Text Example


Text Example

White with #F2BFF7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2BFF7; }

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

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

background-color css

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

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

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

border-color css

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

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

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