#FBCDF2

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

Shades of Snuff #FBCDF2

Tints of Snuff #FBCDF2

Color information

#FBCDF2 (or 0xFBCDF2) is unknown color: approx Snuff. HEX triplet: FB, CD and F2. RGB value is (251,205,242). Sum of RGB (Red+Green+Blue) = 251+205+242=698 (92% of max value = 765). Red value is 251 (98.44% from 255 or 35.96% from 698); Green value is 205 (80.47% from 255 or 29.37% from 698); Blue value is 242 (94.92% from 255 or 34.67% from 698); Max value from RGB is 251 - color contains mainly: red. Hex color #FBCDF2 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FBCDF2 is #04320D. Grayscale: #DEDEDE. Windows color (decimal): -274958 or 15912443. OLE color: 15912443.

HSL color Cylindrical-coordinate representation of color #FBCDF2: hue angle of 311.74º degrees, saturation: 0.85, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #FBCDF2 is Cyan = 0, Magento = 0.18, Yellow = 0.04 and Black (K on CMYK) = 0.02.

Color convert

RGB251205242-
CMYK00.180.040.02
HSL311.74º85.19%89.41%-
HSV(B)311.74º18.33%98.43%-
XYZ77.6470.5893.54-
YUV222.97138.74147.99-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 35.96%
GREEN value IS 205 (80.47% from 255) = 29.37%
BLUE value IS 242 (94.92% from 255) = 34.67%
R=35.96%
G=29.37%
B=34.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.04
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25120524200.180.040.02311.7485.1989.41
HexFBCDF2012421385559
Octal37331536202242470125131
Binary1111101111001101111100100100101001010011100010101011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBCDF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBCDF2; }

 p { color: rgb(251,205,242); }

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

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

 a { background-color: rgb(251,205,242); }

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

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

 span { border-color: rgb(251,205,242); }

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