#FBEDD2

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

Shades of Varden #FBEDD2

Tints of Varden #FBEDD2

Color information

#FBEDD2 (or 0xFBEDD2) is unknown color: approx Varden. HEX triplet: FB, ED and D2. RGB value is (251,237,210). Sum of RGB (Red+Green+Blue) = 251+237+210=698 (92% of max value = 765). Red value is 251 (98.44% from 255 or 35.96% from 698); Green value is 237 (92.97% from 255 or 33.95% from 698); Blue value is 210 (82.42% from 255 or 30.09% from 698); Max value from RGB is 251 - color contains mainly: red. Hex color #FBEDD2 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FBEDD2 is #04122D. Grayscale: #EEEEEE. Windows color (decimal): -266798 or 13823483. OLE color: 13823483.

HSL color Cylindrical-coordinate representation of color #FBEDD2: hue angle of 39.51º degrees, saturation: 0.84, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #FBEDD2 is Cyan = 0, Magento = 0.06, Yellow = 0.16 and Black (K on CMYK) = 0.02.

Color convert

RGB251237210-
CMYK00.060.160.02
HSL39.51º83.67%90.39%-
HSV(B)39.51º16.33%98.43%-
XYZ81.785.7373.21-
YUV238.11112.14137.2-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 35.96%
GREEN value IS 237 (92.97% from 255) = 33.95%
BLUE value IS 210 (82.42% from 255) = 30.09%
R=35.96%
G=33.95%
B=30.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.16
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25123721000.060.160.0239.5183.6790.39
HexFBEDD20610228545a
Octal3733553220620250124132
Binary1111101111101101110100100110100001010100010101001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBEDD2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBEDD2; }

 p { color: rgb(251,237,210); }

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

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

 a { background-color: rgb(251,237,210); }

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

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

 span { border-color: rgb(251,237,210); }

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