#FFCBF6

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

Shades of Snuff #FFCBF6

Tints of Snuff #FFCBF6

Color information

#FFCBF6 (or 0xFFCBF6) is unknown color: approx Snuff. HEX triplet: FF, CB and F6. RGB value is (255,203,246). Sum of RGB (Red+Green+Blue) = 255+203+246=704 (93% of max value = 765). Red value is 255 (100% from 255 or 36.22% from 704); Green value is 203 (79.69% from 255 or 28.84% from 704); Blue value is 246 (96.48% from 255 or 34.94% from 704); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCBF6 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FFCBF6 is #003409. Grayscale: #DFDFDF. Windows color (decimal): -13322 or 16174079. OLE color: 16174079.

HSL color Cylindrical-coordinate representation of color #FFCBF6: hue angle of 310.38º degrees, saturation: 1, lightness: 0.9%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #FFCBF6 is Cyan = 0, Magento = 0.20, Yellow = 0.04 and Black (K on CMYK) = 0.

Color convert

RGB255203246-
CMYK00.200.040
HSL310.38º100%89.8%-
HSV(B)310.38º20.39%100%-
XYZ79.2370.6396.65-
YUV223.45140.73150.5-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 36.22%
GREEN value IS 203 (79.69% from 255) = 28.84%
BLUE value IS 246 (96.48% from 255) = 34.94%
R=36.22%
G=28.84%
B=34.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.04
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25520324600.200.040310.3810089.8
HexFFCBF601440136645a
Octal37731336602440466144132
Binary111111111100101111110110010100100010011011011001001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFCBF6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFCBF6; }

 p { color: rgb(255,203,246); }

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

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

 a { background-color: rgb(255,203,246); }

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

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

 span { border-color: rgb(255,203,246); }

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