Html Css Color HEX #FDDCB3 Sandy Beach

📋 copy color: '#FDDCB3'

red 253 ◦ green 220 ◦ blue 179

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

Shades of Sandy Beach #FDDCB3

Tints of Sandy Beach #FDDCB3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 27.45%

R = 38.8%
G = 33.74%
B = 27.45%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.29

 K value IS 0.01

RGB Variations

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

Color information

#FDDCB3 (or 0xFDDCB3) is known color: Sandy Beach. HEX triplet: FD, DC and B3. RGB value is (253,220,179). Sum of RGB (Red+Green+Blue) = 253+220+179=652 (86% of max value = 765). Red value is 253 (99.22% from 255 or 38.80% from 652); Green value is 220 (86.33% from 255 or 33.74% from 652); Blue value is 179 (70.31% from 255 or 27.45% from 652); Max value from RGB is 253 - color contains mainly: red. Hex color #FDDCB3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDDCB3 is #02234C. Grayscale: #E1E1E1. Windows color (decimal): -140109 or 11787517. OLE color: 11787517.

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

Color convert

RGB 253 220 179 -
CMYK 0 0.13 0.29 0.01
HSL 33.24º 0.95% 0.85% -
HSV(B) 33.24º 0.29% 0.99% -
XYZ 74.24 75.32 53.27 -
YUV 225.19 101.93 147.83 -
System Red Green Blue C M Y K H S L
Decimal 253 220 179 0 0.13 0.29 0.01 33.24 0.95 0.85
Hex FD DC B3 0 D 1D 1 21 5F 55
Octal 375 334 263 0 15 35 1 41 137 125
Binary 11111101 11011100 10110011 0 1101 11101 1 100001 1011111 1010101

Color Harmonies of #FDDCB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDDCB3

Black with #FDDCB3

Text Example


Text Example

White with #FDDCB3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDDCB3; }

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

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

background-color css

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

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

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

border-color css

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

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

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