Html Css Color HEX #F7BFF2 Snuff

📋 copy color: '#F7BFF2'

red 247 ◦ green 191 ◦ blue 242

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

Shades of Snuff #F7BFF2

Tints of Snuff #F7BFF2

RGB

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

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

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

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

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.02

 K value IS 0.03

RGB Variations

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

Color information

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

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

Color convert

RGB 247 191 242 -
CMYK 0 0.23 0.02 0.03
HSL 305.36º 0.78% 0.86% -
HSV(B) 305.36º 0.23% 0.97% -
XYZ 73.02 63.45 92.4 -
YUV 213.56 144.05 151.85 -
System Red Green Blue C M Y K H S L
Decimal 247 191 242 0 0.23 0.02 0.03 305.36 0.78 0.86
Hex F7 BF F2 0 17 2 3 131 4E 56
Octal 367 277 362 0 27 2 3 461 116 126
Binary 11110111 10111111 11110010 0 10111 10 11 100110001 1001110 1010110

Color Harmonies of #F7BFF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7BFF2

Black with #F7BFF2

Text Example


Text Example

White with #F7BFF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7BFF2; }

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

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

background-color css

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

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

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

border-color css

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

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

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