Html Css Color HEX #F9ECDA Antique White

📋 copy color: '#F9ECDA'

red 249 ◦ green 236 ◦ blue 218

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

Shades of Antique White #F9ECDA

Tints of Antique White #F9ECDA

RGB

 RED value IS 249 (97.66% from 255) = 35.42%

 GREEN value IS 236 (92.58% from 255) = 33.57%

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

R = 35.42%
G = 33.57%
B = 31.01%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.12

 K value IS 0.02

RGB Variations

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

Color information

#F9ECDA (or 0xF9ECDA) is known color: Antique White. HEX triplet: F9, EC and DA. RGB value is (249,236,218). Sum of RGB (Red+Green+Blue) = 249+236+218=703 (93% of max value = 765). Red value is 249 (97.66% from 255 or 35.42% from 703); Green value is 236 (92.58% from 255 or 33.57% from 703); Blue value is 218 (85.55% from 255 or 31.01% from 703); Max value from RGB is 249 - color contains mainly: red. Hex color #F9ECDA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F9ECDA is #061325. Grayscale: #EDEDED. Windows color (decimal): -398118 or 14347513. OLE color: 14347513.

HSL color Cylindrical-coordinate representation of color #F9ECDA: hue angle of 34.84º degrees, saturation: 0.72, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #F9ECDA is Cyan = 0, Magento = 0.05, Yellow = 0.12 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 236 218 -
CMYK 0 0.05 0.12 0.02
HSL 34.84º 0.72% 0.92% -
HSV(B) 34.84º 0.12% 0.98% -
XYZ 81.72 85.19 78.47 -
YUV 237.84 116.81 135.96 -
System Red Green Blue C M Y K H S L
Decimal 249 236 218 0 0.05 0.12 0.02 34.84 0.72 0.92
Hex F9 EC DA 0 5 C 2 23 48 5C
Octal 371 354 332 0 5 14 2 43 110 134
Binary 11111001 11101100 11011010 0 101 1100 10 100011 1001000 1011100

Color Harmonies of #F9ECDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9ECDA

Black with #F9ECDA

Text Example


Text Example

White with #F9ECDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9ECDA; }

 p { color: rgb(249,236,218); }

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

background-color css

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

 a { background-color: rgb(249,236,218); }

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

border-color css

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

 span { border-color: rgb(249,236,218); }

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