Html Css Color HEX #FDEAD3 Antique White

📋 copy color: '#FDEAD3'

red 253 ◦ green 234 ◦ blue 211

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

Shades of Antique White #FDEAD3

Tints of Antique White #FDEAD3

RGB

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

 GREEN value IS 234 (91.8% from 255) = 33.52%

 BLUE value IS 211 (82.81% from 255) = 30.23%

R = 36.25%
G = 33.52%
B = 30.23%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.17

 K value IS 0.01

RGB Variations

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

Color information

#FDEAD3 (or 0xFDEAD3) is known color: Antique White. HEX triplet: FD, EA and D3. RGB value is (253,234,211). Sum of RGB (Red+Green+Blue) = 253+234+211=698 (92% of max value = 765). Red value is 253 (99.22% from 255 or 36.25% from 698); Green value is 234 (91.80% from 255 or 33.52% from 698); Blue value is 211 (82.81% from 255 or 30.23% from 698); Max value from RGB is 253 - color contains mainly: red. Hex color #FDEAD3 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FDEAD3 is #02152C. Grayscale: #EDEDED. Windows color (decimal): -136493 or 13888253. OLE color: 13888253.

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

Color convert

RGB 253 234 211 -
CMYK 0 0.08 0.17 0.01
HSL 32.86º 0.91% 0.91% -
HSV(B) 32.86º 0.17% 0.99% -
XYZ 81.69 84.43 73.62 -
YUV 237.06 113.29 139.37 -
System Red Green Blue C M Y K H S L
Decimal 253 234 211 0 0.08 0.17 0.01 32.86 0.91 0.91
Hex FD EA D3 0 8 11 1 21 5B 5B
Octal 375 352 323 0 10 21 1 41 133 133
Binary 11111101 11101010 11010011 0 1000 10001 1 100001 1011011 1011011

Color Harmonies of #FDEAD3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDEAD3

Black with #FDEAD3

Text Example


Text Example

White with #FDEAD3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDEAD3; }

 p { color: rgb(253,234,211); }

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

background-color css

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

 a { background-color: rgb(253,234,211); }

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

border-color css

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

 span { border-color: rgb(253,234,211); }

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