Html Css Color HEX #FDDBAB Navajo White

📋 copy color: '#FDDBAB'

red 253 ◦ green 219 ◦ blue 171

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

Shades of Navajo White #FDDBAB

Tints of Navajo White #FDDBAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 26.59%

R = 39.35%
G = 34.06%
B = 26.59%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.32

 K value IS 0.01

RGB Variations

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

Color information

#FDDBAB (or 0xFDDBAB) is known color: Navajo White. HEX triplet: FD, DB and AB. RGB value is (253,219,171). Sum of RGB (Red+Green+Blue) = 253+219+171=643 (85% of max value = 765). Red value is 253 (99.22% from 255 or 39.35% from 643); Green value is 219 (85.94% from 255 or 34.06% from 643); Blue value is 171 (67.19% from 255 or 26.59% from 643); Max value from RGB is 253 - color contains mainly: red. Hex color #FDDBAB is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDDBAB is #022454. Grayscale: #DFDFDF. Windows color (decimal): -140373 or 11262973. OLE color: 11262973.

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

Color convert

RGB 253 219 171 -
CMYK 0 0.13 0.32 0.01
HSL 35.12º 0.95% 0.83% -
HSV(B) 35.12º 0.32% 0.99% -
XYZ 73.19 74.49 49.05 -
YUV 223.69 98.26 148.9 -
System Red Green Blue C M Y K H S L
Decimal 253 219 171 0 0.13 0.32 0.01 35.12 0.95 0.83
Hex FD DB AB 0 D 20 1 23 5F 53
Octal 375 333 253 0 15 40 1 43 137 123
Binary 11111101 11011011 10101011 0 1101 100000 1 100011 1011111 1010011

Color Harmonies of #FDDBAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDDBAB

Black with #FDDBAB

Text Example


Text Example

White with #FDDBAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDDBAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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