#F4C2FB

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

Shades of Snuff #F4C2FB

Tints of Snuff #F4C2FB

Color information

#F4C2FB (or 0xF4C2FB) is unknown color: approx Snuff. HEX triplet: F4, C2 and FB. RGB value is (244,194,251). Sum of RGB (Red+Green+Blue) = 244+194+251=689 (91% of max value = 765). Red value is 244 (95.70% from 255 or 35.41% from 689); Green value is 194 (76.17% from 255 or 28.16% from 689); Blue value is 251 (98.44% from 255 or 36.43% from 689); Max value from RGB is 251 - color contains mainly: blue. Hex color #F4C2FB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F4C2FB is #0B3D04. Grayscale: #D7D7D7. Windows color (decimal): -736517 or 16499444. OLE color: 16499444.

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

Color convert

RGB244194251-
CMYK0.030.2300.02
HSL292.63º87.69%87.25%-
HSV(B)292.63º22.71%98.43%-
XYZ74.0164.7899.87-
YUV215.45148.06148.37-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 35.41%
GREEN value IS 194 (76.17% from 255) = 28.16%
BLUE value IS 251 (98.44% from 255) = 36.43%
R=35.41%
G=28.16%
B=36.43%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2441942510.030.2300.02292.6387.6987.25
HexF4C2FB317021255857
Octal36430237332702445130127
Binary111101001100001011111011111011101010010010110110001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F4C2FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F4C2FB; }

 p { color: rgb(244,194,251); }

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

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

 a { background-color: rgb(244,194,251); }

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

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

 span { border-color: rgb(244,194,251); }

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