#FBDEF4

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

Shades of Snuff #FBDEF4

Tints of Snuff #FBDEF4

Color information

#FBDEF4 (or 0xFBDEF4) is unknown color: approx Snuff. HEX triplet: FB, DE and F4. RGB value is (251,222,244). Sum of RGB (Red+Green+Blue) = 251+222+244=717 (94% of max value = 765). Red value is 251 (98.44% from 255 or 35.01% from 717); Green value is 222 (87.11% from 255 or 30.96% from 717); Blue value is 244 (95.70% from 255 or 34.03% from 717); Max value from RGB is 251 - color contains mainly: red. Hex color #FBDEF4 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FBDEF4 is #04210B. Grayscale: #E9E9E9. Windows color (decimal): -270604 or 16047867. OLE color: 16047867.

HSL color Cylindrical-coordinate representation of color #FBDEF4: hue angle of 314.48º degrees, saturation: 0.78, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #FBDEF4 is Cyan = 0, Magento = 0.12, Yellow = 0.03 and Black (K on CMYK) = 0.02.

Color convert

RGB251222244-
CMYK00.120.030.02
HSL314.48º78.38%92.75%-
HSV(B)314.48º11.55%98.43%-
XYZ82.2379.2896.56-
YUV233.18134.11140.71-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 35.01%
GREEN value IS 222 (87.11% from 255) = 30.96%
BLUE value IS 244 (95.70% from 255) = 34.03%
R=35.01%
G=30.96%
B=34.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.03
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25122224400.120.030.02314.4878.3892.75
HexFBDEF40C3213a4e5d
Octal37333636401432472116135
Binary11111011110111101111010001100111010011101010011101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBDEF4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBDEF4; }

 p { color: rgb(251,222,244); }

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

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

 a { background-color: rgb(251,222,244); }

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

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

 span { border-color: rgb(251,222,244); }

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