#FFCBF7

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

Shades of Snuff #FFCBF7

Tints of Snuff #FFCBF7

Color information

#FFCBF7 (or 0xFFCBF7) is unknown color: approx Snuff. HEX triplet: FF, CB and F7. RGB value is (255,203,247). Sum of RGB (Red+Green+Blue) = 255+203+247=705 (93% of max value = 765). Red value is 255 (100% from 255 or 36.17% from 705); Green value is 203 (79.69% from 255 or 28.79% from 705); Blue value is 247 (96.88% from 255 or 35.04% from 705); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCBF7 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FFCBF7 is #003408. Grayscale: #DFDFDF. Windows color (decimal): -13321 or 16239615. OLE color: 16239615.

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

Color convert

RGB255203247-
CMYK00.200.030
HSL309.23º100%89.8%-
HSV(B)309.23º20.39%100%-
XYZ79.3870.6997.46-
YUV223.56141.23150.42-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 36.17%
GREEN value IS 203 (79.69% from 255) = 28.79%
BLUE value IS 247 (96.88% from 255) = 35.04%
R=36.17%
G=28.79%
B=35.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.03
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25520324700.200.030309.2310089.8
HexFFCBF701430135645a
Octal37731336702430465144132
Binary11111111110010111111011101010011010011010111001001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFCBF7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFCBF7; }

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

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

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

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

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

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

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

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