Html Css Color HEX #FAE5DE Bridesmaid

📋 copy color: '#FAE5DE'

red 250 ◦ green 229 ◦ blue 222

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

Shades of Bridesmaid #FAE5DE

Tints of Bridesmaid #FAE5DE

RGB

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

 GREEN value IS 229 (89.84% from 255) = 32.67%

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

R = 35.66%
G = 32.67%
B = 31.67%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.11

 K value IS 0.02

RGB Variations

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

Color information

#FAE5DE (or 0xFAE5DE) is known color: Bridesmaid. HEX triplet: FA, E5 and DE. RGB value is (250,229,222). Sum of RGB (Red+Green+Blue) = 250+229+222=701 (92% of max value = 765). Red value is 250 (98.05% from 255 or 35.66% from 701); Green value is 229 (89.84% from 255 or 32.67% from 701); Blue value is 222 (87.11% from 255 or 31.67% from 701); Max value from RGB is 250 - color contains mainly: red. Hex color #FAE5DE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FAE5DE is #051A21. Grayscale: #EAEAEA. Windows color (decimal): -334370 or 14607866. OLE color: 14607866.

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

Color convert

RGB 250 229 222 -
CMYK 0 0.08 0.11 0.02
HSL 15º 0.74% 0.93% -
HSV(B) 15º 0.11% 0.98% -
XYZ 80.63 81.64 80.62 -
YUV 234.48 120.96 139.07 -
System Red Green Blue C M Y K H S L
Decimal 250 229 222 0 0.08 0.11 0.02 15 0.74 0.93
Hex FA E5 DE 0 8 B 2 F 4A 5D
Octal 372 345 336 0 10 13 2 17 112 135
Binary 11111010 11100101 11011110 0 1000 1011 10 1111 1001010 1011101

Color Harmonies of #FAE5DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAE5DE

Black with #FAE5DE

Text Example


Text Example

White with #FAE5DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAE5DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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