Html Css Color HEX #FAE5DF Bridesmaid

📋 copy color: '#FAE5DF'

red 250 ◦ green 229 ◦ blue 223

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

Shades of Bridesmaid #FAE5DF

Tints of Bridesmaid #FAE5DF

RGB

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

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

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

R = 35.61%
G = 32.62%
B = 31.77%

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

#FAE5DF (or 0xFAE5DF) is known color: Bridesmaid. HEX triplet: FA, E5 and DF. RGB value is (250,229,223). Sum of RGB (Red+Green+Blue) = 250+229+223=702 (92% of max value = 765). Red value is 250 (98.05% from 255 or 35.61% from 702); Green value is 229 (89.84% from 255 or 32.62% from 702); Blue value is 223 (87.5% from 255 or 31.77% from 702); Max value from RGB is 250 - color contains mainly: red. Hex color #FAE5DF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FAE5DF is #051A20. Grayscale: #EAEAEA. Windows color (decimal): -334369 or 14673402. OLE color: 14673402.

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

Color convert

RGB 250 229 223 -
CMYK 0 0.08 0.11 0.02
HSL 13.33º 0.73% 0.93% -
HSV(B) 13.33º 0.11% 0.98% -
XYZ 80.76 81.69 81.32 -
YUV 234.6 121.46 138.99 -
System Red Green Blue C M Y K H S L
Decimal 250 229 223 0 0.08 0.11 0.02 13.33 0.73 0.93
Hex FA E5 DF 0 8 B 2 D 49 5D
Octal 372 345 337 0 10 13 2 15 111 135
Binary 11111010 11100101 11011111 0 1000 1011 10 1101 1001001 1011101

Color Harmonies of #FAE5DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAE5DF

Black with #FAE5DF

Text Example


Text Example

White with #FAE5DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAE5DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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