Html Css Color HEX #FAEBDC Bridal Heath

📋 copy color: '#FAEBDC'

red 250 ◦ green 235 ◦ blue 220

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

Shades of Bridal Heath #FAEBDC

Tints of Bridal Heath #FAEBDC

RGB

 RED value IS 250 (98.05% from 255) = 35.46%

 GREEN value IS 235 (92.19% from 255) = 33.33%

 BLUE value IS 220 (86.33% from 255) = 31.21%

R = 35.46%
G = 33.33%
B = 31.21%

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

#FAEBDC (or 0xFAEBDC) is known color: Bridal Heath. HEX triplet: FA, EB and DC. RGB value is (250,235,220). Sum of RGB (Red+Green+Blue) = 250+235+220=705 (93% of max value = 765). Red value is 250 (98.05% from 255 or 35.46% from 705); Green value is 235 (92.19% from 255 or 33.33% from 705); Blue value is 220 (86.33% from 255 or 31.21% from 705); Max value from RGB is 250 - color contains mainly: red. Hex color #FAEBDC is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FAEBDC is #051423. Grayscale: #EDEDED. Windows color (decimal): -332836 or 14478330. OLE color: 14478330.

HSL color Cylindrical-coordinate representation of color #FAEBDC: hue angle of 30º degrees, saturation: 0.75, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #FAEBDC is Cyan = 0, Magento = 0.06, Yellow = 0.12 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 235 220 -
CMYK 0 0.06 0.12 0.02
HSL 30º 0.75% 0.92% -
HSV(B) 30º 0.12% 0.98% -
XYZ 82.05 84.91 79.77 -
YUV 237.78 117.97 136.72 -
System Red Green Blue C M Y K H S L
Decimal 250 235 220 0 0.06 0.12 0.02 30 0.75 0.92
Hex FA EB DC 0 6 C 2 1E 4B 5C
Octal 372 353 334 0 6 14 2 36 113 134
Binary 11111010 11101011 11011100 0 110 1100 10 11110 1001011 1011100

Color Harmonies of #FAEBDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAEBDC

Black with #FAEBDC

Text Example


Text Example

White with #FAEBDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAEBDC; }

 p { color: rgb(250,235,220); }

 H1.HeaderClassName
 {
   color: #FAEBDC;
 }
 .AnyTagClassName
 {
   color: #FAEBDC;
 }
</style>

background-color css

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

 a { background-color: rgb(250,235,220); }

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

border-color css

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

 span { border-color: rgb(250,235,220); }

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