Html Css Color HEX #FAE3DE Bridesmaid

📋 copy color: '#FAE3DE'

red 250 ◦ green 227 ◦ blue 222

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

Shades of Bridesmaid #FAE3DE

Tints of Bridesmaid #FAE3DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 31.76%

R = 35.77%
G = 32.47%
B = 31.76%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.11

 K value IS 0.02

RGB Variations

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

Color information

#FAE3DE (or 0xFAE3DE) is known color: Bridesmaid. HEX triplet: FA, E3 and DE. RGB value is (250,227,222). Sum of RGB (Red+Green+Blue) = 250+227+222=699 (92% of max value = 765). Red value is 250 (98.05% from 255 or 35.77% from 699); Green value is 227 (89.06% from 255 or 32.47% from 699); Blue value is 222 (87.11% from 255 or 31.76% from 699); Max value from RGB is 250 - color contains mainly: red. Hex color #FAE3DE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FAE3DE is #051C21. Grayscale: #E9E9E9. Windows color (decimal): -334882 or 14607354. OLE color: 14607354.

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

Color convert

RGB 250 227 222 -
CMYK 0 0.09 0.11 0.02
HSL 10.71º 0.74% 0.93% -
HSV(B) 10.71º 0.11% 0.98% -
XYZ 80.08 80.54 80.43 -
YUV 233.31 121.62 139.91 -
System Red Green Blue C M Y K H S L
Decimal 250 227 222 0 0.09 0.11 0.02 10.71 0.74 0.93
Hex FA E3 DE 0 9 B 2 B 4A 5D
Octal 372 343 336 0 11 13 2 13 112 135
Binary 11111010 11100011 11011110 0 1001 1011 10 1011 1001010 1011101

Color Harmonies of #FAE3DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAE3DE

Black with #FAE3DE

Text Example


Text Example

White with #FAE3DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAE3DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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