#F3CBFA

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

Shades of Snuff #F3CBFA

Tints of Snuff #F3CBFA

Color information

#F3CBFA (or 0xF3CBFA) is unknown color: approx Snuff. HEX triplet: F3, CB and FA. RGB value is (243,203,250). Sum of RGB (Red+Green+Blue) = 243+203+250=696 (92% of max value = 765). Red value is 243 (95.31% from 255 or 34.91% from 696); Green value is 203 (79.69% from 255 or 29.17% from 696); Blue value is 250 (98.05% from 255 or 35.92% from 696); Max value from RGB is 250 - color contains mainly: blue. Hex color #F3CBFA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F3CBFA is #0C3405. Grayscale: #DCDCDC. Windows color (decimal): -799750 or 16436211. OLE color: 16436211.

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

Color convert

RGB243203250-
CMYK0.030.1900.02
HSL291.06º82.46%88.82%-
HSV(B)291.06º18.8%98.04%-
XYZ75.5768.6799.71-
YUV220.32144.75144.18-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 34.91%
GREEN value IS 203 (79.69% from 255) = 29.17%
BLUE value IS 250 (98.05% from 255) = 35.92%
R=34.91%
G=29.17%
B=35.92%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2432032500.030.1900.02291.0682.4688.82
HexF3CBFA313021235259
Octal36331337232302443122131
Binary111100111100101111111010111001101010010001110100101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F3CBFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F3CBFA; }

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

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

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

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

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

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

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

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