#FBEFCF

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

Shades of Varden #FBEFCF

Tints of Varden #FBEFCF

Color information

#FBEFCF (or 0xFBEFCF) is unknown color: approx Varden. HEX triplet: FB, EF and CF. RGB value is (251,239,207). Sum of RGB (Red+Green+Blue) = 251+239+207=697 (92% of max value = 765). Red value is 251 (98.44% from 255 or 36.01% from 697); Green value is 239 (93.75% from 255 or 34.29% from 697); Blue value is 207 (81.25% from 255 or 29.70% from 697); Max value from RGB is 251 - color contains mainly: red. Hex color #FBEFCF is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FBEFCF is #041030. Grayscale: #EFEFEF. Windows color (decimal): -266289 or 13627387. OLE color: 13627387.

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

Color convert

RGB251239207-
CMYK00.050.180.02
HSL43.64º84.62%89.8%-
HSV(B)43.64º17.53%98.43%-
XYZ81.9186.7571.46-
YUV238.94109.98136.6-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 36.01%
GREEN value IS 239 (93.75% from 255) = 34.29%
BLUE value IS 207 (81.25% from 255) = 29.70%
R=36.01%
G=34.29%
B=29.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.18
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25123920700.050.180.0243.6484.6289.8
HexFBEFCF051222c555a
Octal3733573170522254125132
Binary1111101111101111110011110101100101010110010101011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBEFCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBEFCF; }

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

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

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

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

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

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

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

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