Html Css Color HEX #FDDCB4 Sandy Beach

📋 copy color: '#FDDCB4'

red 253 ◦ green 220 ◦ blue 180

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

Shades of Sandy Beach #FDDCB4

Tints of Sandy Beach #FDDCB4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 27.57%

R = 38.74%
G = 33.69%
B = 27.57%

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

#FDDCB4 (or 0xFDDCB4) is known color: Sandy Beach. HEX triplet: FD, DC and B4. RGB value is (253,220,180). Sum of RGB (Red+Green+Blue) = 253+220+180=653 (86% of max value = 765). Red value is 253 (99.22% from 255 or 38.74% from 653); Green value is 220 (86.33% from 255 or 33.69% from 653); Blue value is 180 (70.70% from 255 or 27.57% from 653); Max value from RGB is 253 - color contains mainly: red. Hex color #FDDCB4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDDCB4 is #02234B. Grayscale: #E1E1E1. Windows color (decimal): -140108 or 11853053. OLE color: 11853053.

HSL color Cylindrical-coordinate representation of color #FDDCB4: hue angle of 32.88º 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 #FDDCB4 is Cyan = 0, Magento = 0.13, Yellow = 0.29 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 220 180 -
CMYK 0 0.13 0.29 0.01
HSL 32.88º 0.95% 0.85% -
HSV(B) 32.88º 0.29% 0.99% -
XYZ 74.34 75.36 53.81 -
YUV 225.31 102.43 147.75 -
System Red Green Blue C M Y K H S L
Decimal 253 220 180 0 0.13 0.29 0.01 32.88 0.95 0.85
Hex FD DC B4 0 D 1D 1 21 5F 55
Octal 375 334 264 0 15 35 1 41 137 125
Binary 11111101 11011100 10110100 0 1101 11101 1 100001 1011111 1010101

Color Harmonies of #FDDCB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDDCB4

Black with #FDDCB4

Text Example


Text Example

White with #FDDCB4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDDCB4; }

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

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

background-color css

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

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

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

border-color css

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

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

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