#FFCBFE

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

Shades of Snuff #FFCBFE

Tints of Snuff #FFCBFE

Color information

#FFCBFE (or 0xFFCBFE) is unknown color: approx Snuff. HEX triplet: FF, CB and FE. RGB value is (255,203,254). Sum of RGB (Red+Green+Blue) = 255+203+254=712 (94% of max value = 765). Red value is 255 (100% from 255 or 35.81% from 712); Green value is 203 (79.69% from 255 or 28.51% from 712); Blue value is 254 (99.61% from 255 or 35.67% from 712); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCBFE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FFCBFE is #003401. Grayscale: #E0E0E0. Windows color (decimal): -13314 or 16698367. OLE color: 16698367.

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

Color convert

RGB255203254-
CMYK00.200.000
HSL301.15º100%89.8%-
HSV(B)301.15º20.39%100%-
XYZ80.4971.13103.25-
YUV224.36144.73149.85-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 35.81%
GREEN value IS 203 (79.69% from 255) = 28.51%
BLUE value IS 254 (99.61% from 255) = 35.67%
R=35.81%
G=28.51%
B=35.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.00
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25520325400.200.000301.1510089.8
HexFFCBFE0140012d645a
Octal37731337602400455144132
Binary1111111111001011111111100101000010010110111001001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFCBFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFCBFE; }

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

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

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

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

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

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

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

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