Html Css Color HEX #FDDBB0 Navajo White

📋 copy color: '#FDDBB0'

red 253 ◦ green 219 ◦ blue 176

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

Shades of Navajo White #FDDBB0

Tints of Navajo White #FDDBB0

RGB

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

 GREEN value IS 219 (85.94% from 255) = 33.8%

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

R = 39.04%
G = 33.8%
B = 27.16%

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

#FDDBB0 (or 0xFDDBB0) is known color: Navajo White. HEX triplet: FD, DB and B0. RGB value is (253,219,176). Sum of RGB (Red+Green+Blue) = 253+219+176=648 (85% of max value = 765). Red value is 253 (99.22% from 255 or 39.04% from 648); Green value is 219 (85.94% from 255 or 33.80% from 648); Blue value is 176 (69.14% from 255 or 27.16% from 648); Max value from RGB is 253 - color contains mainly: red. Hex color #FDDBB0 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDDBB0 is #02244F. Grayscale: #E0E0E0. Windows color (decimal): -140368 or 11590653. OLE color: 11590653.

HSL color Cylindrical-coordinate representation of color #FDDBB0: hue angle of 33.51º 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 #FDDBB0 is Cyan = 0, Magento = 0.13, Yellow = 0.30 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 219 176 -
CMYK 0 0.13 0.30 0.01
HSL 33.51º 0.95% 0.84% -
HSV(B) 33.51º 0.3% 0.99% -
XYZ 73.68 74.68 51.61 -
YUV 224.26 100.76 148.5 -
System Red Green Blue C M Y K H S L
Decimal 253 219 176 0 0.13 0.30 0.01 33.51 0.95 0.84
Hex FD DB B0 0 D 1E 1 22 5F 54
Octal 375 333 260 0 15 36 1 42 137 124
Binary 11111101 11011011 10110000 0 1101 11110 1 100010 1011111 1010100

Color Harmonies of #FDDBB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDDBB0

Black with #FDDBB0

Text Example


Text Example

White with #FDDBB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDDBB0; }

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

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

background-color css

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

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

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

border-color css

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

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

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