#FBECDE

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

Shades of Bridal Heath #FBECDE

Tints of Bridal Heath #FBECDE

Color information

#FBECDE (or 0xFBECDE) is unknown color: approx Bridal Heath. HEX triplet: FB, EC and DE. RGB value is (251,236,222). Sum of RGB (Red+Green+Blue) = 251+236+222=709 (93% of max value = 765). Red value is 251 (98.44% from 255 or 35.40% from 709); Green value is 236 (92.58% from 255 or 33.29% from 709); Blue value is 222 (87.11% from 255 or 31.31% from 709); Max value from RGB is 251 - color contains mainly: red. Hex color #FBECDE is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FBECDE is #041321. Grayscale: #EEEEEE. Windows color (decimal): -267042 or 14609659. OLE color: 14609659.

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

Color convert

RGB251236222-
CMYK00.060.120.02
HSL28.97º78.38%92.75%-
HSV(B)28.97º11.55%98.43%-
XYZ82.9685.7781.29-
YUV238.89118.47136.64-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 35.40%
GREEN value IS 236 (92.58% from 255) = 33.29%
BLUE value IS 222 (87.11% from 255) = 31.31%
R=35.40%
G=33.29%
B=31.31%

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
Decimal25123622200.060.120.0228.9778.3892.75
HexFBECDE06C21d4e5d
Octal3733543360614235116135
Binary11111011111011001101111001101100101110110011101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBECDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBECDE; }

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

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

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

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

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

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

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

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