Html Css Color HEX #FDDCB0 Navajo White

📋 copy color: '#FDDCB0'

red 253 ◦ green 220 ◦ blue 176

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

Shades of Navajo White #FDDCB0

Tints of Navajo White #FDDCB0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 27.12%

R = 38.98%
G = 33.9%
B = 27.12%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.30

 K value IS 0.01

RGB Variations

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

Color information

#FDDCB0 (or 0xFDDCB0) is known color: Navajo White. HEX triplet: FD, DC and B0. RGB value is (253,220,176). Sum of RGB (Red+Green+Blue) = 253+220+176=649 (85% of max value = 765). Red value is 253 (99.22% from 255 or 38.98% from 649); Green value is 220 (86.33% from 255 or 33.90% from 649); Blue value is 176 (69.14% from 255 or 27.12% from 649); Max value from RGB is 253 - color contains mainly: red. Hex color #FDDCB0 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDDCB0 is #02234F. Grayscale: #E1E1E1. Windows color (decimal): -140112 or 11590909. OLE color: 11590909.

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

Color convert

RGB 253 220 176 -
CMYK 0 0.13 0.30 0.01
HSL 34.29º 0.95% 0.84% -
HSV(B) 34.29º 0.3% 0.99% -
XYZ 73.94 75.2 51.69 -
YUV 224.85 100.43 148.08 -
System Red Green Blue C M Y K H S L
Decimal 253 220 176 0 0.13 0.30 0.01 34.29 0.95 0.84
Hex FD DC B0 0 D 1E 1 22 5F 54
Octal 375 334 260 0 15 36 1 42 137 124
Binary 11111101 11011100 10110000 0 1101 11110 1 100010 1011111 1010100

Color Harmonies of #FDDCB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDDCB0

Black with #FDDCB0

Text Example


Text Example

White with #FDDCB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDDCB0; }

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

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

background-color css

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

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

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

border-color css

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

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

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