Html Css Color HEX #FDDCA8 Navajo White

📋 copy color: '#FDDCA8'

red 253 ◦ green 220 ◦ blue 168

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

Shades of Navajo White #FDDCA8

Tints of Navajo White #FDDCA8

RGB

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

 GREEN value IS 220 (86.33% from 255) = 34.32%

 BLUE value IS 168 (66.02% from 255) = 26.21%

R = 39.47%
G = 34.32%
B = 26.21%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.34

 K value IS 0.01

RGB Variations

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

Color information

#FDDCA8 (or 0xFDDCA8) is known color: Navajo White. HEX triplet: FD, DC and A8. RGB value is (253,220,168). Sum of RGB (Red+Green+Blue) = 253+220+168=641 (84% of max value = 765). Red value is 253 (99.22% from 255 or 39.47% from 641); Green value is 220 (86.33% from 255 or 34.32% from 641); Blue value is 168 (66.02% from 255 or 26.21% from 641); Max value from RGB is 253 - color contains mainly: red. Hex color #FDDCA8 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDDCA8 is #022357. Grayscale: #E0E0E0. Windows color (decimal): -140120 or 11066621. OLE color: 11066621.

HSL color Cylindrical-coordinate representation of color #FDDCA8: hue angle of 36.71º degrees, saturation: 0.96, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #FDDCA8 is Cyan = 0, Magento = 0.13, Yellow = 0.34 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 220 168 -
CMYK 0 0.13 0.34 0.01
HSL 36.71º 0.96% 0.83% -
HSV(B) 36.71º 0.34% 0.99% -
XYZ 73.17 74.9 47.65 -
YUV 223.94 96.43 148.73 -
System Red Green Blue C M Y K H S L
Decimal 253 220 168 0 0.13 0.34 0.01 36.71 0.96 0.83
Hex FD DC A8 0 D 22 1 25 60 53
Octal 375 334 250 0 15 42 1 45 140 123
Binary 11111101 11011100 10101000 0 1101 100010 1 100101 1100000 1010011

Color Harmonies of #FDDCA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDDCA8

Black with #FDDCA8

Text Example


Text Example

White with #FDDCA8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDDCA8; }

 p { color: rgb(253,220,168); }

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

background-color css

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

 a { background-color: rgb(253,220,168); }

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

border-color css

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

 span { border-color: rgb(253,220,168); }

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