Html Css Color HEX #F3BFF9 Snuff

📋 copy color: '#F3BFF9'

red 243 ◦ green 191 ◦ blue 249

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

Shades of Snuff #F3BFF9

Tints of Snuff #F3BFF9

RGB

 RED value IS 243 (95.31% from 255) = 35.58%

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

 BLUE value IS 249 (97.66% from 255) = 36.46%

R = 35.58%
G = 27.96%
B = 36.46%

CMYK

 C value IS 0.02

 M value IS 0.23

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#F3BFF9 (or 0xF3BFF9) is known color: Snuff. HEX triplet: F3, BF and F9. RGB value is (243,191,249). Sum of RGB (Red+Green+Blue) = 243+191+249=683 (90% of max value = 765). Red value is 243 (95.31% from 255 or 35.58% from 683); Green value is 191 (75% from 255 or 27.96% from 683); Blue value is 249 (97.66% from 255 or 36.46% from 683); Max value from RGB is 249 - color contains mainly: blue. Hex color #F3BFF9 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F3BFF9 is #0C4006. Grayscale: #D4D4D4. Windows color (decimal): -802823 or 16367603. OLE color: 16367603.

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

Color convert

RGB 243 191 249 -
CMYK 0.02 0.23 0 0.02
HSL 293.79º 0.83% 0.86% -
HSV(B) 293.79º 0.23% 0.98% -
XYZ 72.69 63.16 97.98 -
YUV 213.16 148.23 149.28 -
System Red Green Blue C M Y K H S L
Decimal 243 191 249 0.02 0.23 0 0.02 293.79 0.83 0.86
Hex F3 BF F9 2 17 0 2 126 53 56
Octal 363 277 371 2 27 0 2 446 123 126
Binary 11110011 10111111 11111001 10 10111 0 10 100100110 1010011 1010110

Color Harmonies of #F3BFF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F3BFF9

Black with #F3BFF9

Text Example


Text Example

White with #F3BFF9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F3BFF9; }

 p { color: rgb(243,191,249); }

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

background-color css

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

 a { background-color: rgb(243,191,249); }

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

border-color css

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

 span { border-color: rgb(243,191,249); }

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