Html Css Color HEX #FBDDB0 Navajo White

📋 copy color: '#FBDDB0'

red 251 ◦ green 221 ◦ blue 176

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

Shades of Navajo White #FBDDB0

Tints of Navajo White #FBDDB0

RGB

 RED value IS 251 (98.44% from 255) = 38.73%

 GREEN value IS 221 (86.72% from 255) = 34.1%

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

R = 38.73%
G = 34.1%
B = 27.16%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.30

 K value IS 0.02

RGB Variations

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

Color information

#FBDDB0 (or 0xFBDDB0) is known color: Navajo White. HEX triplet: FB, DD and B0. RGB value is (251,221,176). Sum of RGB (Red+Green+Blue) = 251+221+176=648 (85% of max value = 765). Red value is 251 (98.44% from 255 or 38.73% from 648); Green value is 221 (86.72% from 255 or 34.10% from 648); Blue value is 176 (69.14% from 255 or 27.16% from 648); Max value from RGB is 251 - color contains mainly: red. Hex color #FBDDB0 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FBDDB0 is #04224F. Grayscale: #E1E1E1. Windows color (decimal): -270928 or 11591163. OLE color: 11591163.

HSL color Cylindrical-coordinate representation of color #FBDDB0: hue angle of 36º degrees, saturation: 0.9, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #FBDDB0 is Cyan = 0, Magento = 0.12, Yellow = 0.30 and Black (K on CMYK) = 0.02.

Color convert

RGB 251 221 176 -
CMYK 0 0.12 0.30 0.02
HSL 36º 0.9% 0.84% -
HSV(B) 36º 0.3% 0.98% -
XYZ 73.48 75.36 51.75 -
YUV 224.84 100.44 146.66 -
System Red Green Blue C M Y K H S L
Decimal 251 221 176 0 0.12 0.30 0.02 36 0.9 0.84
Hex FB DD B0 0 C 1E 2 24 5A 54
Octal 373 335 260 0 14 36 2 44 132 124
Binary 11111011 11011101 10110000 0 1100 11110 10 100100 1011010 1010100

Color Harmonies of #FBDDB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBDDB0

Black with #FBDDB0

Text Example


Text Example

White with #FBDDB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBDDB0; }

 p { color: rgb(251,221,176); }

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

background-color css

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

 a { background-color: rgb(251,221,176); }

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

border-color css

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

 span { border-color: rgb(251,221,176); }

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