Html Css Color HEX #FAEDDE Bridal Heath

📋 copy color: '#FAEDDE'

red 250 ◦ green 237 ◦ blue 222

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

Shades of Bridal Heath #FAEDDE

Tints of Bridal Heath #FAEDDE

RGB

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

 GREEN value IS 237 (92.97% from 255) = 33.43%

 BLUE value IS 222 (87.11% from 255) = 31.31%

R = 35.26%
G = 33.43%
B = 31.31%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.11

 K value IS 0.02

RGB Variations

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

Color information

#FAEDDE (or 0xFAEDDE) is known color: Bridal Heath. HEX triplet: FA, ED and DE. RGB value is (250,237,222). Sum of RGB (Red+Green+Blue) = 250+237+222=709 (93% of max value = 765). Red value is 250 (98.05% from 255 or 35.26% from 709); Green value is 237 (92.97% from 255 or 33.43% from 709); Blue value is 222 (87.11% from 255 or 31.31% from 709); Max value from RGB is 250 - color contains mainly: red. Hex color #FAEDDE is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FAEDDE is #051221. Grayscale: #EFEFEF. Windows color (decimal): -332322 or 14609914. OLE color: 14609914.

HSL color Cylindrical-coordinate representation of color #FAEDDE: hue angle of 32.14º degrees, saturation: 0.74, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #FAEDDE is Cyan = 0, Magento = 0.05, Yellow = 0.11 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 237 222 -
CMYK 0 0.05 0.11 0.02
HSL 32.14º 0.74% 0.93% -
HSV(B) 32.14º 0.11% 0.98% -
XYZ 82.89 86.17 81.37 -
YUV 239.18 118.31 135.72 -
System Red Green Blue C M Y K H S L
Decimal 250 237 222 0 0.05 0.11 0.02 32.14 0.74 0.93
Hex FA ED DE 0 5 B 2 20 4A 5D
Octal 372 355 336 0 5 13 2 40 112 135
Binary 11111010 11101101 11011110 0 101 1011 10 100000 1001010 1011101

Color Harmonies of #FAEDDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAEDDE

Black with #FAEDDE

Text Example


Text Example

White with #FAEDDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAEDDE; }

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

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

background-color css

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

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

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

border-color css

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

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

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