Html Css Color HEX #F2BFF0 Snuff

📋 copy color: '#F2BFF0'

red 242 ◦ green 191 ◦ blue 240

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

Shades of Snuff #F2BFF0

Tints of Snuff #F2BFF0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 35.66%

R = 35.96%
G = 28.38%
B = 35.66%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.01

 K value IS 0.05

RGB Variations

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

Color information

#F2BFF0 (or 0xF2BFF0) is known color: Snuff. HEX triplet: F2, BF and F0. RGB value is (242,191,240). Sum of RGB (Red+Green+Blue) = 242+191+240=673 (89% of max value = 765). Red value is 242 (94.92% from 255 or 35.96% from 673); Green value is 191 (75% from 255 or 28.38% from 673); Blue value is 240 (94.14% from 255 or 35.66% from 673); Max value from RGB is 242 - color contains mainly: red. Hex color #F2BFF0 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F2BFF0 is #0D400F. Grayscale: #D3D3D3. Windows color (decimal): -868368 or 15777778. OLE color: 15777778.

HSL color Cylindrical-coordinate representation of color #F2BFF0: hue angle of 302.35º degrees, saturation: 0.66, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #F2BFF0 is Cyan = 0, Magento = 0.21, Yellow = 0.01 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 191 240 -
CMYK 0 0.21 0.01 0.05
HSL 302.35º 0.66% 0.85% -
HSV(B) 302.35º 0.21% 0.95% -
XYZ 70.98 62.43 90.75 -
YUV 211.84 143.9 149.52 -
System Red Green Blue C M Y K H S L
Decimal 242 191 240 0 0.21 0.01 0.05 302.35 0.66 0.85
Hex F2 BF F0 0 15 1 5 12E 42 55
Octal 362 277 360 0 25 1 5 456 102 125
Binary 11110010 10111111 11110000 0 10101 1 101 100101110 1000010 1010101

Color Harmonies of #F2BFF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2BFF0

Black with #F2BFF0

Text Example


Text Example

White with #F2BFF0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2BFF0; }

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

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

background-color css

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

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

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

border-color css

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

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

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