Html Css Color HEX #FAE2DC Bridesmaid

📋 copy color: '#FAE2DC'

red 250 ◦ green 226 ◦ blue 220

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

Shades of Bridesmaid #FAE2DC

Tints of Bridesmaid #FAE2DC

RGB

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

 GREEN value IS 226 (88.67% from 255) = 32.47%

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

R = 35.92%
G = 32.47%
B = 31.61%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.12

 K value IS 0.02

RGB Variations

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

Color information

#FAE2DC (or 0xFAE2DC) is known color: Bridesmaid. HEX triplet: FA, E2 and DC. RGB value is (250,226,220). Sum of RGB (Red+Green+Blue) = 250+226+220=696 (92% of max value = 765). Red value is 250 (98.05% from 255 or 35.92% from 696); Green value is 226 (88.67% from 255 or 32.47% from 696); Blue value is 220 (86.33% from 255 or 31.61% from 696); Max value from RGB is 250 - color contains mainly: red. Hex color #FAE2DC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FAE2DC is #051D23. Grayscale: #E8E8E8. Windows color (decimal): -335140 or 14476026. OLE color: 14476026.

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

Color convert

RGB 250 226 220 -
CMYK 0 0.10 0.12 0.02
HSL 12º 0.75% 0.92% -
HSV(B) 12º 0.12% 0.98% -
XYZ 79.54 79.88 78.94 -
YUV 232.49 120.95 140.49 -
System Red Green Blue C M Y K H S L
Decimal 250 226 220 0 0.10 0.12 0.02 12 0.75 0.92
Hex FA E2 DC 0 A C 2 C 4B 5C
Octal 372 342 334 0 12 14 2 14 113 134
Binary 11111010 11100010 11011100 0 1010 1100 10 1100 1001011 1011100

Color Harmonies of #FAE2DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAE2DC

Black with #FAE2DC

Text Example


Text Example

White with #FAE2DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAE2DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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