Html Css Color HEX #FDE6DF Bridesmaid

📋 copy color: '#FDE6DF'

red 253 ◦ green 230 ◦ blue 223

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

Shades of Bridesmaid #FDE6DF

Tints of Bridesmaid #FDE6DF

RGB

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

 GREEN value IS 230 (90.23% from 255) = 32.58%

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

R = 35.84%
G = 32.58%
B = 31.59%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.12

 K value IS 0.01

RGB Variations

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

Color information

#FDE6DF (or 0xFDE6DF) is known color: Bridesmaid. HEX triplet: FD, E6 and DF. RGB value is (253,230,223). Sum of RGB (Red+Green+Blue) = 253+230+223=706 (93% of max value = 765). Red value is 253 (99.22% from 255 or 35.84% from 706); Green value is 230 (90.23% from 255 or 32.58% from 706); Blue value is 223 (87.5% from 255 or 31.59% from 706); Max value from RGB is 253 - color contains mainly: red. Hex color #FDE6DF is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FDE6DF is #021920. Grayscale: #ECECEC. Windows color (decimal): -137505 or 14673661. OLE color: 14673661.

HSL color Cylindrical-coordinate representation of color #FDE6DF: hue angle of 14º degrees, saturation: 0.88, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #FDE6DF is Cyan = 0, Magento = 0.09, Yellow = 0.12 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 230 223 -
CMYK 0 0.09 0.12 0.01
HSL 14º 0.88% 0.93% -
HSV(B) 14º 0.12% 0.99% -
XYZ 82.12 82.8 81.47 -
YUV 236.08 120.62 140.07 -
System Red Green Blue C M Y K H S L
Decimal 253 230 223 0 0.09 0.12 0.01 14 0.88 0.93
Hex FD E6 DF 0 9 C 1 E 58 5D
Octal 375 346 337 0 11 14 1 16 130 135
Binary 11111101 11100110 11011111 0 1001 1100 1 1110 1011000 1011101

Color Harmonies of #FDE6DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDE6DF

Black with #FDE6DF

Text Example


Text Example

White with #FDE6DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDE6DF; }

 p { color: rgb(253,230,223); }

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

background-color css

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

 a { background-color: rgb(253,230,223); }

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

border-color css

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

 span { border-color: rgb(253,230,223); }

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