#FBEDE1

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

Shades of Chardon #FBEDE1

Tints of Chardon #FBEDE1

Color information

#FBEDE1 (or 0xFBEDE1) is unknown color: approx Chardon. HEX triplet: FB, ED and E1. RGB value is (251,237,225). Sum of RGB (Red+Green+Blue) = 251+237+225=713 (94% of max value = 765). Red value is 251 (98.44% from 255 or 35.20% from 713); Green value is 237 (92.97% from 255 or 33.24% from 713); Blue value is 225 (88.28% from 255 or 31.56% from 713); Max value from RGB is 251 - color contains mainly: red. Hex color #FBEDE1 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FBEDE1 is #04121E. Grayscale: #EFEFEF. Windows color (decimal): -266783 or 14806523. OLE color: 14806523.

HSL color Cylindrical-coordinate representation of color #FBEDE1: hue angle of 27.69º degrees, saturation: 0.76, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #FBEDE1 is Cyan = 0, Magento = 0.06, Yellow = 0.10 and Black (K on CMYK) = 0.02.

Color convert

RGB251237225-
CMYK00.060.100.02
HSL27.69º76.47%93.33%-
HSV(B)27.69º10.36%98.43%-
XYZ83.6686.5183.52-
YUV239.82119.64135.98-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 35.20%
GREEN value IS 237 (92.97% from 255) = 33.24%
BLUE value IS 225 (88.28% from 255) = 31.56%
R=35.20%
G=33.24%
B=31.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.10
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25123722500.060.100.0227.6976.4793.33
HexFBEDE106A21c4c5d
Octal3733553410612234114135
Binary11111011111011011110000101101010101110010011001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBEDE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBEDE1; }

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

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

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

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

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

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

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

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