#FFCBFB

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

Shades of Snuff #FFCBFB

Tints of Snuff #FFCBFB

Color information

#FFCBFB (or 0xFFCBFB) is unknown color: approx Snuff. HEX triplet: FF, CB and FB. RGB value is (255,203,251). Sum of RGB (Red+Green+Blue) = 255+203+251=709 (93% of max value = 765). Red value is 255 (100% from 255 or 35.97% from 709); Green value is 203 (79.69% from 255 or 28.63% from 709); Blue value is 251 (98.44% from 255 or 35.40% from 709); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCBFB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FFCBFB is #003404. Grayscale: #DFDFDF. Windows color (decimal): -13317 or 16501759. OLE color: 16501759.

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

Color convert

RGB255203251-
CMYK00.200.020
HSL304.62º100%89.8%-
HSV(B)304.62º20.39%100%-
XYZ80.0170.94100.74-
YUV224.02143.23150.1-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 35.97%
GREEN value IS 203 (79.69% from 255) = 28.63%
BLUE value IS 251 (98.44% from 255) = 35.40%
R=35.97%
G=28.63%
B=35.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.02
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25520325100.200.020304.6210089.8
HexFFCBFB01420131645a
Octal37731337302420461144132
Binary11111111110010111111101101010010010011000111001001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFCBFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFCBFB; }

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

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

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

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

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

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

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

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