#FBEFD2

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

Shades of Varden #FBEFD2

Tints of Varden #FBEFD2

Color information

#FBEFD2 (or 0xFBEFD2) is unknown color: approx Varden. HEX triplet: FB, EF and D2. RGB value is (251,239,210). Sum of RGB (Red+Green+Blue) = 251+239+210=700 (92% of max value = 765). Red value is 251 (98.44% from 255 or 35.86% from 700); Green value is 239 (93.75% from 255 or 34.14% from 700); Blue value is 210 (82.42% from 255 or 30% from 700); Max value from RGB is 251 - color contains mainly: red. Hex color #FBEFD2 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FBEFD2 is #04102D. Grayscale: #EFEFEF. Windows color (decimal): -266286 or 13823995. OLE color: 13823995.

HSL color Cylindrical-coordinate representation of color #FBEFD2: hue angle of 42.44º 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 #FBEFD2 is Cyan = 0, Magento = 0.05, Yellow = 0.16 and Black (K on CMYK) = 0.02.

Color convert

RGB251239210-
CMYK00.050.160.02
HSL42.44º83.67%90.39%-
HSV(B)42.44º16.33%98.43%-
XYZ82.2886.973.41-
YUV239.28111.48136.36-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 35.86%
GREEN value IS 239 (93.75% from 255) = 34.14%
BLUE value IS 210 (82.42% from 255) = 30%
R=35.86%
G=34.14%
B=30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.16
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25123921000.050.160.0242.4483.6790.39
HexFBEFD2051022a545a
Octal3733573220520252124132
Binary1111101111101111110100100101100001010101010101001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBEFD2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBEFD2; }

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

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

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

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

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

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

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

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