Html Css Color HEX #FBEDDE Bridal Heath

📋 copy color: '#FBEDDE'

red 251 ◦ green 237 ◦ blue 222

#FBEDDE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Bridal Heath #FBEDDE

Tints of Bridal Heath #FBEDDE

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 value IS 0

 M value IS 0.06

 Y value IS 0.12

 K value IS 0.02

RGB Variations

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

Color information

#FBEDDE (or 0xFBEDDE) is known color: 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

RGB 251 237 222 -
CMYK 0 0.06 0.12 0.02
HSL 31.03º 0.78% 0.93% -
HSV(B) 31.03º 0.12% 0.98% -
XYZ 83.25 86.35 81.39 -
YUV 239.48 118.14 136.22 -
System Red Green Blue C M Y K H S L
Decimal 251 237 222 0 0.06 0.12 0.02 31.03 0.78 0.93
Hex FB ED DE 0 6 C 2 1F 4E 5D
Octal 373 355 336 0 6 14 2 37 116 135
Binary 11111011 11101101 11011110 0 110 1100 10 11111 1001110 1011101

Color Harmonies of #FBEDDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBEDDE

Black with #FBEDDE

Text Example


Text Example

White with #FBEDDE

Text Example


Text Example

HTML Codes & Css Web 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>