Html Css Color HEX #FDDCB2 Navajo White

📋 copy color: '#FDDCB2'

red 253 ◦ green 220 ◦ blue 178

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

Shades of Navajo White #FDDCB2

Tints of Navajo White #FDDCB2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 27.34%

R = 38.86%
G = 33.79%
B = 27.34%

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

#FDDCB2 (or 0xFDDCB2) is known color: Navajo White. HEX triplet: FD, DC and B2. RGB value is (253,220,178). Sum of RGB (Red+Green+Blue) = 253+220+178=651 (86% of max value = 765). Red value is 253 (99.22% from 255 or 38.86% from 651); Green value is 220 (86.33% from 255 or 33.79% from 651); Blue value is 178 (69.92% from 255 or 27.34% from 651); Max value from RGB is 253 - color contains mainly: red. Hex color #FDDCB2 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDDCB2 is #02234D. Grayscale: #E1E1E1. Windows color (decimal): -140110 or 11721981. OLE color: 11721981.

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

Color convert

RGB 253 220 178 -
CMYK 0 0.13 0.30 0.01
HSL 33.6º 0.95% 0.85% -
HSV(B) 33.6º 0.3% 0.99% -
XYZ 74.14 75.28 52.74 -
YUV 225.08 101.43 147.92 -
System Red Green Blue C M Y K H S L
Decimal 253 220 178 0 0.13 0.30 0.01 33.6 0.95 0.85
Hex FD DC B2 0 D 1E 1 22 5F 55
Octal 375 334 262 0 15 36 1 42 137 125
Binary 11111101 11011100 10110010 0 1101 11110 1 100010 1011111 1010101

Color Harmonies of #FDDCB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDDCB2

Black with #FDDCB2

Text Example


Text Example

White with #FDDCB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDDCB2; }

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

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

background-color css

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

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

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

border-color css

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

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

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