Html Css Color HEX #FAE6DD Bridesmaid

📋 copy color: '#FAE6DD'

red 250 ◦ green 230 ◦ blue 221

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

Shades of Bridesmaid #FAE6DD

Tints of Bridesmaid #FAE6DD

RGB

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

 GREEN value IS 230 (90.23% from 255) = 32.81%

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

R = 35.66%
G = 32.81%
B = 31.53%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.12

 K value IS 0.02

RGB Variations

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

Color information

#FAE6DD (or 0xFAE6DD) is known color: Bridesmaid. HEX triplet: FA, E6 and DD. RGB value is (250,230,221). Sum of RGB (Red+Green+Blue) = 250+230+221=701 (92% of max value = 765). Red value is 250 (98.05% from 255 or 35.66% from 701); Green value is 230 (90.23% from 255 or 32.81% from 701); Blue value is 221 (86.72% from 255 or 31.53% from 701); Max value from RGB is 250 - color contains mainly: red. Hex color #FAE6DD is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FAE6DD is #051922. Grayscale: #EBEBEB. Windows color (decimal): -334115 or 14542586. OLE color: 14542586.

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

Color convert

RGB 250 230 221 -
CMYK 0 0.08 0.12 0.02
HSL 18.62º 0.74% 0.92% -
HSV(B) 18.62º 0.12% 0.98% -
XYZ 80.77 82.14 80 -
YUV 234.95 120.13 138.73 -
System Red Green Blue C M Y K H S L
Decimal 250 230 221 0 0.08 0.12 0.02 18.62 0.74 0.92
Hex FA E6 DD 0 8 C 2 13 4A 5C
Octal 372 346 335 0 10 14 2 23 112 134
Binary 11111010 11100110 11011101 0 1000 1100 10 10011 1001010 1011100

Color Harmonies of #FAE6DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAE6DD

Black with #FAE6DD

Text Example


Text Example

White with #FAE6DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAE6DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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