Html Css Color HEX #FAE4DF Bridesmaid

📋 copy color: '#FAE4DF'

red 250 ◦ green 228 ◦ blue 223

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

Shades of Bridesmaid #FAE4DF

Tints of Bridesmaid #FAE4DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 31.81%

R = 35.66%
G = 32.52%
B = 31.81%

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

#FAE4DF (or 0xFAE4DF) is known color: Bridesmaid. HEX triplet: FA, E4 and DF. RGB value is (250,228,223). Sum of RGB (Red+Green+Blue) = 250+228+223=701 (92% of max value = 765). Red value is 250 (98.05% from 255 or 35.66% from 701); Green value is 228 (89.45% from 255 or 32.52% from 701); Blue value is 223 (87.5% from 255 or 31.81% from 701); Max value from RGB is 250 - color contains mainly: red. Hex color #FAE4DF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FAE4DF is #051B20. Grayscale: #EAEAEA. Windows color (decimal): -334625 or 14673146. OLE color: 14673146.

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

Color convert

RGB 250 228 223 -
CMYK 0 0.09 0.11 0.02
HSL 11.11º 0.73% 0.93% -
HSV(B) 11.11º 0.11% 0.98% -
XYZ 80.49 81.14 81.23 -
YUV 234.01 121.79 139.41 -
System Red Green Blue C M Y K H S L
Decimal 250 228 223 0 0.09 0.11 0.02 11.11 0.73 0.93
Hex FA E4 DF 0 9 B 2 B 49 5D
Octal 372 344 337 0 11 13 2 13 111 135
Binary 11111010 11100100 11011111 0 1001 1011 10 1011 1001001 1011101

Color Harmonies of #FAE4DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAE4DF

Black with #FAE4DF

Text Example


Text Example

White with #FAE4DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAE4DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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