Html Css Color HEX #FAEEE0 Bridal Heath

📋 copy color: '#FAEEE0'

red 250 ◦ green 238 ◦ blue 224

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

Shades of Bridal Heath #FAEEE0

Tints of Bridal Heath #FAEEE0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 31.46%

R = 35.11%
G = 33.43%
B = 31.46%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.10

 K value IS 0.02

RGB Variations

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

Color information

#FAEEE0 (or 0xFAEEE0) is known color: Bridal Heath. HEX triplet: FA, EE and E0. RGB value is (250,238,224). Sum of RGB (Red+Green+Blue) = 250+238+224=712 (94% of max value = 765). Red value is 250 (98.05% from 255 or 35.11% from 712); Green value is 238 (93.36% from 255 or 33.43% from 712); Blue value is 224 (87.89% from 255 or 31.46% from 712); Max value from RGB is 250 - color contains mainly: red. Hex color #FAEEE0 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FAEEE0 is #05111F. Grayscale: #F0F0F0. Windows color (decimal): -332064 or 14741242. OLE color: 14741242.

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

Color convert

RGB 250 238 224 -
CMYK 0 0.05 0.10 0.02
HSL 32.31º 0.72% 0.93% -
HSV(B) 32.31º 0.1% 0.98% -
XYZ 83.45 86.85 82.89 -
YUV 239.99 118.98 135.14 -
System Red Green Blue C M Y K H S L
Decimal 250 238 224 0 0.05 0.10 0.02 32.31 0.72 0.93
Hex FA EE E0 0 5 A 2 20 48 5D
Octal 372 356 340 0 5 12 2 40 110 135
Binary 11111010 11101110 11100000 0 101 1010 10 100000 1001000 1011101

Color Harmonies of #FAEEE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAEEE0

Black with #FAEEE0

Text Example


Text Example

White with #FAEEE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAEEE0; }

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

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

background-color css

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

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

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

border-color css

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

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

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