Html Css Color HEX #FAEEDF Bridal Heath

📋 copy color: '#FAEEDF'

red 250 ◦ green 238 ◦ blue 223

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

Shades of Bridal Heath #FAEEDF

Tints of Bridal Heath #FAEEDF

RGB

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

 GREEN value IS 238 (93.36% from 255) = 33.47%

 BLUE value IS 223 (87.5% from 255) = 31.36%

R = 35.16%
G = 33.47%
B = 31.36%

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

#FAEEDF (or 0xFAEEDF) is known color: Bridal Heath. HEX triplet: FA, EE and DF. RGB value is (250,238,223). Sum of RGB (Red+Green+Blue) = 250+238+223=711 (94% of max value = 765). Red value is 250 (98.05% from 255 or 35.16% from 711); Green value is 238 (93.36% from 255 or 33.47% from 711); Blue value is 223 (87.5% from 255 or 31.36% from 711); Max value from RGB is 250 - color contains mainly: red. Hex color #FAEEDF is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FAEEDF is #051120. Grayscale: #EFEFEF. Windows color (decimal): -332065 or 14675706. OLE color: 14675706.

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

Color convert

RGB 250 238 223 -
CMYK 0 0.05 0.11 0.02
HSL 33.33º 0.73% 0.93% -
HSV(B) 33.33º 0.11% 0.98% -
XYZ 83.32 86.8 82.17 -
YUV 239.88 118.48 135.22 -
System Red Green Blue C M Y K H S L
Decimal 250 238 223 0 0.05 0.11 0.02 33.33 0.73 0.93
Hex FA EE DF 0 5 B 2 21 49 5D
Octal 372 356 337 0 5 13 2 41 111 135
Binary 11111010 11101110 11011111 0 101 1011 10 100001 1001001 1011101

Color Harmonies of #FAEEDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAEEDF

Black with #FAEEDF

Text Example


Text Example

White with #FAEEDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAEEDF; }

 p { color: rgb(250,238,223); }

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

background-color css

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

 a { background-color: rgb(250,238,223); }

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

border-color css

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

 span { border-color: rgb(250,238,223); }

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