Html Css Color HEX #FAE7DF Bridesmaid

📋 copy color: '#FAE7DF'

red 250 ◦ green 231 ◦ blue 223

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

Shades of Bridesmaid #FAE7DF

Tints of Bridesmaid #FAE7DF

RGB

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

 GREEN value IS 231 (90.63% from 255) = 32.81%

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

R = 35.51%
G = 32.81%
B = 31.68%

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

#FAE7DF (or 0xFAE7DF) is known color: Bridesmaid. HEX triplet: FA, E7 and DF. RGB value is (250,231,223). Sum of RGB (Red+Green+Blue) = 250+231+223=704 (93% of max value = 765). Red value is 250 (98.05% from 255 or 35.51% from 704); Green value is 231 (90.62% from 255 or 32.81% from 704); Blue value is 223 (87.5% from 255 or 31.68% from 704); Max value from RGB is 250 - color contains mainly: red. Hex color #FAE7DF is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FAE7DF is #051820. Grayscale: #EBEBEB. Windows color (decimal): -333857 or 14673914. OLE color: 14673914.

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

Color convert

RGB 250 231 223 -
CMYK 0 0.08 0.11 0.02
HSL 17.78º 0.73% 0.93% -
HSV(B) 17.78º 0.11% 0.98% -
XYZ 81.32 82.8 81.51 -
YUV 235.77 120.79 138.15 -
System Red Green Blue C M Y K H S L
Decimal 250 231 223 0 0.08 0.11 0.02 17.78 0.73 0.93
Hex FA E7 DF 0 8 B 2 12 49 5D
Octal 372 347 337 0 10 13 2 22 111 135
Binary 11111010 11100111 11011111 0 1000 1011 10 10010 1001001 1011101

Color Harmonies of #FAE7DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAE7DF

Black with #FAE7DF

Text Example


Text Example

White with #FAE7DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAE7DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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