#FFCBF9

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

Shades of Snuff #FFCBF9

Tints of Snuff #FFCBF9

Color information

#FFCBF9 (or 0xFFCBF9) is unknown color: approx Snuff. HEX triplet: FF, CB and F9. RGB value is (255,203,249). Sum of RGB (Red+Green+Blue) = 255+203+249=707 (93% of max value = 765). Red value is 255 (100% from 255 or 36.07% from 707); Green value is 203 (79.69% from 255 or 28.71% from 707); Blue value is 249 (97.66% from 255 or 35.22% from 707); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCBF9 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FFCBF9 is #003406. Grayscale: #DFDFDF. Windows color (decimal): -13319 or 16370687. OLE color: 16370687.

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

Color convert

RGB255203249-
CMYK00.200.020
HSL306.92º100%89.8%-
HSV(B)306.92º20.39%100%-
XYZ79.6970.8199.09-
YUV223.79142.23150.26-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 36.07%
GREEN value IS 203 (79.69% from 255) = 28.71%
BLUE value IS 249 (97.66% from 255) = 35.22%
R=36.07%
G=28.71%
B=35.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.02
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25520324900.200.020306.9210089.8
HexFFCBF901420133645a
Octal37731337102420463144132
Binary11111111110010111111100101010010010011001111001001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFCBF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFCBF9; }

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

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

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

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

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

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

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

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