Html Css Color HEX #F3BFF0 Snuff

📋 copy color: '#F3BFF0'

red 243 ◦ green 191 ◦ blue 240

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

Shades of Snuff #F3BFF0

Tints of Snuff #F3BFF0

RGB

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

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

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

R = 36.05%
G = 28.34%
B = 35.61%

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

#F3BFF0 (or 0xF3BFF0) is known color: Snuff. HEX triplet: F3, BF and F0. RGB value is (243,191,240). Sum of RGB (Red+Green+Blue) = 243+191+240=674 (89% of max value = 765). Red value is 243 (95.31% from 255 or 36.05% from 674); Green value is 191 (75% from 255 or 28.34% from 674); Blue value is 240 (94.14% from 255 or 35.61% from 674); Max value from RGB is 243 - color contains mainly: red. Hex color #F3BFF0 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F3BFF0 is #0C400F. Grayscale: #D3D3D3. Windows color (decimal): -802832 or 15777779. OLE color: 15777779.

HSL color Cylindrical-coordinate representation of color #F3BFF0: hue angle of 303.46º degrees, saturation: 0.68, 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 #F3BFF0 is Cyan = 0, Magento = 0.21, Yellow = 0.01 and Black (K on CMYK) = 0.05.

Color convert

RGB 243 191 240 -
CMYK 0 0.21 0.01 0.05
HSL 303.46º 0.68% 0.85% -
HSV(B) 303.46º 0.21% 0.95% -
XYZ 71.32 62.61 90.76 -
YUV 212.13 143.73 150.02 -
System Red Green Blue C M Y K H S L
Decimal 243 191 240 0 0.21 0.01 0.05 303.46 0.68 0.85
Hex F3 BF F0 0 15 1 5 12F 44 55
Octal 363 277 360 0 25 1 5 457 104 125
Binary 11110011 10111111 11110000 0 10101 1 101 100101111 1000100 1010101

Color Harmonies of #F3BFF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F3BFF0

Black with #F3BFF0

Text Example


Text Example

White with #F3BFF0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F3BFF0; }

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

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

background-color css

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

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

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

border-color css

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

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

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