Html Css Color HEX #FDEBD6 Antique White

📋 copy color: '#FDEBD6'

red 253 ◦ green 235 ◦ blue 214

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

Shades of Antique White #FDEBD6

Tints of Antique White #FDEBD6

RGB

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

 GREEN value IS 235 (92.19% from 255) = 33.48%

 BLUE value IS 214 (83.98% from 255) = 30.48%

R = 36.04%
G = 33.48%
B = 30.48%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.15

 K value IS 0.01

RGB Variations

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

Color information

#FDEBD6 (or 0xFDEBD6) is known color: Antique White. HEX triplet: FD, EB and D6. RGB value is (253,235,214). Sum of RGB (Red+Green+Blue) = 253+235+214=702 (92% of max value = 765). Red value is 253 (99.22% from 255 or 36.04% from 702); Green value is 235 (92.19% from 255 or 33.48% from 702); Blue value is 214 (83.98% from 255 or 30.48% from 702); Max value from RGB is 253 - color contains mainly: red. Hex color #FDEBD6 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FDEBD6 is #021429. Grayscale: #EEEEEE. Windows color (decimal): -136234 or 14085117. OLE color: 14085117.

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

Color convert

RGB 253 235 214 -
CMYK 0 0.07 0.15 0.01
HSL 32.31º 0.91% 0.92% -
HSV(B) 32.31º 0.15% 0.99% -
XYZ 82.35 85.15 75.71 -
YUV 237.99 114.46 138.71 -
System Red Green Blue C M Y K H S L
Decimal 253 235 214 0 0.07 0.15 0.01 32.31 0.91 0.92
Hex FD EB D6 0 7 F 1 20 5B 5C
Octal 375 353 326 0 7 17 1 40 133 134
Binary 11111101 11101011 11010110 0 111 1111 1 100000 1011011 1011100

Color Harmonies of #FDEBD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDEBD6

Black with #FDEBD6

Text Example


Text Example

White with #FDEBD6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDEBD6; }

 p { color: rgb(253,235,214); }

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

background-color css

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

 a { background-color: rgb(253,235,214); }

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

border-color css

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

 span { border-color: rgb(253,235,214); }

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