Html Css Color HEX #FDDCB9 Sandy Beach

📋 copy color: '#FDDCB9'

red 253 ◦ green 220 ◦ blue 185

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

Shades of Sandy Beach #FDDCB9

Tints of Sandy Beach #FDDCB9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 28.12%

R = 38.45%
G = 33.43%
B = 28.12%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.27

 K value IS 0.01

RGB Variations

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

Color information

#FDDCB9 (or 0xFDDCB9) is known color: Sandy Beach. HEX triplet: FD, DC and B9. RGB value is (253,220,185). Sum of RGB (Red+Green+Blue) = 253+220+185=658 (87% of max value = 765). Red value is 253 (99.22% from 255 or 38.45% from 658); Green value is 220 (86.33% from 255 or 33.43% from 658); Blue value is 185 (72.66% from 255 or 28.12% from 658); Max value from RGB is 253 - color contains mainly: red. Hex color #FDDCB9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDDCB9 is #022346. Grayscale: #E2E2E2. Windows color (decimal): -140103 or 12180733. OLE color: 12180733.

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

Color convert

RGB 253 220 185 -
CMYK 0 0.13 0.27 0.01
HSL 30.88º 0.94% 0.86% -
HSV(B) 30.88º 0.27% 0.99% -
XYZ 74.86 75.57 56.54 -
YUV 225.88 104.93 147.35 -
System Red Green Blue C M Y K H S L
Decimal 253 220 185 0 0.13 0.27 0.01 30.88 0.94 0.86
Hex FD DC B9 0 D 1B 1 1F 5E 56
Octal 375 334 271 0 15 33 1 37 136 126
Binary 11111101 11011100 10111001 0 1101 11011 1 11111 1011110 1010110

Color Harmonies of #FDDCB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDDCB9

Black with #FDDCB9

Text Example


Text Example

White with #FDDCB9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDDCB9; }

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

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

background-color css

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

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

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

border-color css

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

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

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