Html Css Color HEX #FAE4DC Bridesmaid

📋 copy color: '#FAE4DC'

red 250 ◦ green 228 ◦ blue 220

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

Shades of Bridesmaid #FAE4DC

Tints of Bridesmaid #FAE4DC

RGB

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

 GREEN value IS 228 (89.45% from 255) = 32.66%

 BLUE value IS 220 (86.33% from 255) = 31.52%

R = 35.82%
G = 32.66%
B = 31.52%

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

#FAE4DC (or 0xFAE4DC) is known color: Bridesmaid. HEX triplet: FA, E4 and DC. RGB value is (250,228,220). Sum of RGB (Red+Green+Blue) = 250+228+220=698 (92% of max value = 765). Red value is 250 (98.05% from 255 or 35.82% from 698); Green value is 228 (89.45% from 255 or 32.66% from 698); Blue value is 220 (86.33% from 255 or 31.52% from 698); Max value from RGB is 250 - color contains mainly: red. Hex color #FAE4DC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FAE4DC is #051B23. Grayscale: #E9E9E9. Windows color (decimal): -334628 or 14476538. OLE color: 14476538.

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

Color convert

RGB 250 228 220 -
CMYK 0 0.09 0.12 0.02
HSL 16º 0.75% 0.92% -
HSV(B) 16º 0.12% 0.98% -
XYZ 80.09 80.98 79.12 -
YUV 233.67 120.29 139.65 -
System Red Green Blue C M Y K H S L
Decimal 250 228 220 0 0.09 0.12 0.02 16 0.75 0.92
Hex FA E4 DC 0 9 C 2 10 4B 5C
Octal 372 344 334 0 11 14 2 20 113 134
Binary 11111010 11100100 11011100 0 1001 1100 10 10000 1001011 1011100

Color Harmonies of #FAE4DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAE4DC

Black with #FAE4DC

Text Example


Text Example

White with #FAE4DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAE4DC; }

 p { color: rgb(250,228,220); }

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

background-color css

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

 a { background-color: rgb(250,228,220); }

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

border-color css

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

 span { border-color: rgb(250,228,220); }

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