#FBEDDE

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

Shades of Bridal Heath #FBEDDE

Tints of Bridal Heath #FBEDDE

Color information

#FBEDDE (or 0xFBEDDE) is unknown color: approx Bridal Heath. HEX triplet: FB, ED and DE. RGB value is (251,237,222). Sum of RGB (Red+Green+Blue) = 251+237+222=710 (94% of max value = 765). Red value is 251 (98.44% from 255 or 35.35% from 710); Green value is 237 (92.97% from 255 or 33.38% from 710); Blue value is 222 (87.11% from 255 or 31.27% from 710); Max value from RGB is 251 - color contains mainly: red. Hex color #FBEDDE is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FBEDDE is #041221. Grayscale: #EFEFEF. Windows color (decimal): -266786 or 14609915. OLE color: 14609915.

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

Color convert

RGB251237222-
CMYK00.060.120.02
HSL31.03º78.38%92.75%-
HSV(B)31.03º11.55%98.43%-
XYZ83.2586.3581.39-
YUV239.48118.14136.22-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 35.35%
GREEN value IS 237 (92.97% from 255) = 33.38%
BLUE value IS 222 (87.11% from 255) = 31.27%
R=35.35%
G=33.38%
B=31.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.12
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25123722200.060.120.0231.0378.3892.75
HexFBEDDE06C21f4e5d
Octal3733553360614237116135
Binary11111011111011011101111001101100101111110011101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBEDDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBEDDE; }

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

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

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

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

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

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

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

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