#F8CBFA

Color #F8CBFA Snuff (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Snuff #F8CBFA

Tints of Snuff #F8CBFA

Color information

#F8CBFA (or 0xF8CBFA) is unknown color: approx Snuff. HEX triplet: F8, CB and FA. RGB value is (248,203,250). Sum of RGB (Red+Green+Blue) = 248+203+250=701 (92% of max value = 765). Red value is 248 (97.27% from 255 or 35.38% from 701); Green value is 203 (79.69% from 255 or 28.96% from 701); Blue value is 250 (98.05% from 255 or 35.66% from 701); Max value from RGB is 250 - color contains mainly: blue. Hex color #F8CBFA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F8CBFA is #073405. Grayscale: #DDDDDD. Windows color (decimal): -472070 or 16436216. OLE color: 16436216.

HSL color Cylindrical-coordinate representation of color #F8CBFA: hue angle of 297.45º degrees, saturation: 0.82, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #F8CBFA is Cyan = 0.01, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB248203250-
CMYK0.010.1900.02
HSL297.45º82.46%88.82%-
HSV(B)297.45º18.8%98.04%-
XYZ77.3269.5799.8-
YUV221.81143.91146.68-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 35.38%
GREEN value IS 203 (79.69% from 255) = 28.96%
BLUE value IS 250 (98.05% from 255) = 35.66%
R=35.38%
G=28.96%
B=35.66%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2482032500.010.1900.02297.4582.4688.82
HexF8CBFA113021295259
Octal37031337212302451122131
Binary11111000110010111111101011001101010010100110100101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8CBFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8CBFA; }

 p { color: rgb(248,203,250); }

 H1.HeaderClassName
 {
   color: #F8CBFA;
 }
 .AnyTagClassName
 {
   color: #F8CBFA;
 }
</style>
background-color css

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

 a { background-color: rgb(248,203,250); }

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

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

 span { border-color: rgb(248,203,250); }

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