Html Css Color HEX #FDDCAE Navajo White

📋 copy color: '#FDDCAE'

red 253 ◦ green 220 ◦ blue 174

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

Shades of Navajo White #FDDCAE

Tints of Navajo White #FDDCAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 26.89%

R = 39.1%
G = 34%
B = 26.89%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.31

 K value IS 0.01

RGB Variations

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

Color information

#FDDCAE (or 0xFDDCAE) is known color: Navajo White. HEX triplet: FD, DC and AE. RGB value is (253,220,174). Sum of RGB (Red+Green+Blue) = 253+220+174=647 (85% of max value = 765). Red value is 253 (99.22% from 255 or 39.10% from 647); Green value is 220 (86.33% from 255 or 34.00% from 647); Blue value is 174 (68.36% from 255 or 26.89% from 647); Max value from RGB is 253 - color contains mainly: red. Hex color #FDDCAE is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDDCAE is #022351. Grayscale: #E0E0E0. Windows color (decimal): -140114 or 11459837. OLE color: 11459837.

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

Color convert

RGB 253 220 174 -
CMYK 0 0.13 0.31 0.01
HSL 34.94º 0.95% 0.84% -
HSV(B) 34.94º 0.31% 0.99% -
XYZ 73.74 75.13 50.66 -
YUV 224.62 99.43 148.24 -
System Red Green Blue C M Y K H S L
Decimal 253 220 174 0 0.13 0.31 0.01 34.94 0.95 0.84
Hex FD DC AE 0 D 1F 1 23 5F 54
Octal 375 334 256 0 15 37 1 43 137 124
Binary 11111101 11011100 10101110 0 1101 11111 1 100011 1011111 1010100

Color Harmonies of #FDDCAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDDCAE

Black with #FDDCAE

Text Example


Text Example

White with #FDDCAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDDCAE; }

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

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

background-color css

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

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

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

border-color css

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

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

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