Html Css Color HEX #FDDCB5 Sandy Beach

📋 copy color: '#FDDCB5'

red 253 ◦ green 220 ◦ blue 181

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

Shades of Sandy Beach #FDDCB5

Tints of Sandy Beach #FDDCB5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 27.68%

R = 38.69%
G = 33.64%
B = 27.68%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.28

 K value IS 0.01

RGB Variations

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

Color information

#FDDCB5 (or 0xFDDCB5) is known color: Sandy Beach. HEX triplet: FD, DC and B5. RGB value is (253,220,181). Sum of RGB (Red+Green+Blue) = 253+220+181=654 (86% of max value = 765). Red value is 253 (99.22% from 255 or 38.69% from 654); Green value is 220 (86.33% from 255 or 33.64% from 654); Blue value is 181 (71.09% from 255 or 27.68% from 654); Max value from RGB is 253 - color contains mainly: red. Hex color #FDDCB5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDDCB5 is #02234A. Grayscale: #E1E1E1. Windows color (decimal): -140107 or 11918589. OLE color: 11918589.

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

Color convert

RGB 253 220 181 -
CMYK 0 0.13 0.28 0.01
HSL 32.5º 0.95% 0.85% -
HSV(B) 32.5º 0.28% 0.99% -
XYZ 74.44 75.41 54.35 -
YUV 225.42 102.93 147.67 -
System Red Green Blue C M Y K H S L
Decimal 253 220 181 0 0.13 0.28 0.01 32.5 0.95 0.85
Hex FD DC B5 0 D 1C 1 20 5F 55
Octal 375 334 265 0 15 34 1 40 137 125
Binary 11111101 11011100 10110101 0 1101 11100 1 100000 1011111 1010101

Color Harmonies of #FDDCB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDDCB5

Black with #FDDCB5

Text Example


Text Example

White with #FDDCB5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDDCB5; }

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

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

background-color css

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

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

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

border-color css

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

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

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