Html Css Color HEX #FAEDDD Bridal Heath

📋 copy color: '#FAEDDD'

red 250 ◦ green 237 ◦ blue 221

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

Shades of Bridal Heath #FAEDDD

Tints of Bridal Heath #FAEDDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 31.21%

R = 35.31%
G = 33.47%
B = 31.21%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.12

 K value IS 0.02

RGB Variations

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

Color information

#FAEDDD (or 0xFAEDDD) is known color: Bridal Heath. HEX triplet: FA, ED and DD. RGB value is (250,237,221). Sum of RGB (Red+Green+Blue) = 250+237+221=708 (93% of max value = 765). Red value is 250 (98.05% from 255 or 35.31% from 708); Green value is 237 (92.97% from 255 or 33.47% from 708); Blue value is 221 (86.72% from 255 or 31.21% from 708); Max value from RGB is 250 - color contains mainly: red. Hex color #FAEDDD is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FAEDDD is #051222. Grayscale: #EFEFEF. Windows color (decimal): -332323 or 14544378. OLE color: 14544378.

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

Color convert

RGB 250 237 221 -
CMYK 0 0.05 0.12 0.02
HSL 33.1º 0.74% 0.92% -
HSV(B) 33.1º 0.12% 0.98% -
XYZ 82.76 86.11 80.67 -
YUV 239.06 117.81 135.8 -
System Red Green Blue C M Y K H S L
Decimal 250 237 221 0 0.05 0.12 0.02 33.1 0.74 0.92
Hex FA ED DD 0 5 C 2 21 4A 5C
Octal 372 355 335 0 5 14 2 41 112 134
Binary 11111010 11101101 11011101 0 101 1100 10 100001 1001010 1011100

Color Harmonies of #FAEDDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAEDDD

Black with #FAEDDD

Text Example


Text Example

White with #FAEDDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAEDDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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