Html Css Color HEX #FAE3DD Bridesmaid

📋 copy color: '#FAE3DD'

red 250 ◦ green 227 ◦ blue 221

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

Shades of Bridesmaid #FAE3DD

Tints of Bridesmaid #FAE3DD

RGB

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

 GREEN value IS 227 (89.06% from 255) = 32.52%

 BLUE value IS 221 (86.72% from 255) = 31.66%

R = 35.82%
G = 32.52%
B = 31.66%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.12

 K value IS 0.02

RGB Variations

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

Color information

#FAE3DD (or 0xFAE3DD) is known color: Bridesmaid. HEX triplet: FA, E3 and DD. RGB value is (250,227,221). Sum of RGB (Red+Green+Blue) = 250+227+221=698 (92% of max value = 765). Red value is 250 (98.05% from 255 or 35.82% from 698); Green value is 227 (89.06% from 255 or 32.52% from 698); Blue value is 221 (86.72% from 255 or 31.66% from 698); Max value from RGB is 250 - color contains mainly: red. Hex color #FAE3DD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FAE3DD is #051C22. Grayscale: #E9E9E9. Windows color (decimal): -334883 or 14541818. OLE color: 14541818.

HSL color Cylindrical-coordinate representation of color #FAE3DD: hue angle of 12.41º degrees, saturation: 0.74, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #FAE3DD is Cyan = 0, Magento = 0.09, Yellow = 0.12 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 227 221 -
CMYK 0 0.09 0.12 0.02
HSL 12.41º 0.74% 0.92% -
HSV(B) 12.41º 0.12% 0.98% -
XYZ 79.94 80.48 79.73 -
YUV 233.19 121.12 139.99 -
System Red Green Blue C M Y K H S L
Decimal 250 227 221 0 0.09 0.12 0.02 12.41 0.74 0.92
Hex FA E3 DD 0 9 C 2 C 4A 5C
Octal 372 343 335 0 11 14 2 14 112 134
Binary 11111010 11100011 11011101 0 1001 1100 10 1100 1001010 1011100

Color Harmonies of #FAE3DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAE3DD

Black with #FAE3DD

Text Example


Text Example

White with #FAE3DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAE3DD; }

 p { color: rgb(250,227,221); }

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

background-color css

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

 a { background-color: rgb(250,227,221); }

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

border-color css

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

 span { border-color: rgb(250,227,221); }

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