Html Css Color HEX #FDE4DA Bridesmaid

📋 copy color: '#FDE4DA'

red 253 ◦ green 228 ◦ blue 218

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

Shades of Bridesmaid #FDE4DA

Tints of Bridesmaid #FDE4DA

RGB

 RED value IS 253 (99.22% from 255) = 36.19%

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

 BLUE value IS 218 (85.55% from 255) = 31.19%

R = 36.19%
G = 32.62%
B = 31.19%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.14

 K value IS 0.01

RGB Variations

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

Color information

#FDE4DA (or 0xFDE4DA) is known color: Bridesmaid. HEX triplet: FD, E4 and DA. RGB value is (253,228,218). Sum of RGB (Red+Green+Blue) = 253+228+218=699 (92% of max value = 765). Red value is 253 (99.22% from 255 or 36.19% from 699); Green value is 228 (89.45% from 255 or 32.62% from 699); Blue value is 218 (85.55% from 255 or 31.19% from 699); Max value from RGB is 253 - color contains mainly: red. Hex color #FDE4DA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDE4DA is #021B25. Grayscale: #EAEAEA. Windows color (decimal): -138022 or 14345469. OLE color: 14345469.

HSL color Cylindrical-coordinate representation of color #FDE4DA: hue angle of 17.14º degrees, saturation: 0.9, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #FDE4DA is Cyan = 0, Magento = 0.10, Yellow = 0.14 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 228 218 -
CMYK 0 0.10 0.14 0.01
HSL 17.14º 0.9% 0.92% -
HSV(B) 17.14º 0.14% 0.99% -
XYZ 80.91 81.43 77.78 -
YUV 234.34 118.78 141.31 -
System Red Green Blue C M Y K H S L
Decimal 253 228 218 0 0.10 0.14 0.01 17.14 0.9 0.92
Hex FD E4 DA 0 A E 1 11 5A 5C
Octal 375 344 332 0 12 16 1 21 132 134
Binary 11111101 11100100 11011010 0 1010 1110 1 10001 1011010 1011100

Color Harmonies of #FDE4DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDE4DA

Black with #FDE4DA

Text Example


Text Example

White with #FDE4DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDE4DA; }

 p { color: rgb(253,228,218); }

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

background-color css

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

 a { background-color: rgb(253,228,218); }

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

border-color css

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

 span { border-color: rgb(253,228,218); }

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