#F4CBF5

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

Shades of Snuff #F4CBF5

Tints of Snuff #F4CBF5

Color information

#F4CBF5 (or 0xF4CBF5) is unknown color: approx Snuff. HEX triplet: F4, CB and F5. RGB value is (244,203,245). Sum of RGB (Red+Green+Blue) = 244+203+245=692 (91% of max value = 765). Red value is 244 (95.70% from 255 or 35.26% from 692); Green value is 203 (79.69% from 255 or 29.34% from 692); Blue value is 245 (96.09% from 255 or 35.40% from 692); Max value from RGB is 245 - color contains mainly: blue. Hex color #F4CBF5 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F4CBF5 is #0B340A. Grayscale: #DBDBDB. Windows color (decimal): -734219 or 16108532. OLE color: 16108532.

HSL color Cylindrical-coordinate representation of color #F4CBF5: hue angle of 298.57º degrees, saturation: 0.68, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #F4CBF5 is Cyan = 0.00, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB244203245-
CMYK0.000.1700.04
HSL298.57º67.74%87.84%-
HSV(B)298.57º17.14%96.08%-
XYZ75.1568.5495.65-
YUV220.05142.08145.08-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 35.26%
GREEN value IS 203 (79.69% from 255) = 29.34%
BLUE value IS 245 (96.09% from 255) = 35.40%
R=35.26%
G=29.34%
B=35.40%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2442032450.000.1700.04298.5767.7487.84
HexF4CBF50110412b4458
Octal36431336502104453104130
Binary111101001100101111110101010001010010010101110001001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F4CBF5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F4CBF5; }

 p { color: rgb(244,203,245); }

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

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

 a { background-color: rgb(244,203,245); }

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

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

 span { border-color: rgb(244,203,245); }

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