Html Css Color HEX #FDD5AF Sandy Beach

📋 copy color: '#FDD5AF'

red 253 ◦ green 213 ◦ blue 175

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

Shades of Sandy Beach #FDD5AF

Tints of Sandy Beach #FDD5AF

RGB

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

 GREEN value IS 213 (83.59% from 255) = 33.23%

 BLUE value IS 175 (68.75% from 255) = 27.3%

R = 39.47%
G = 33.23%
B = 27.3%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.31

 K value IS 0.01

RGB Variations

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

Color information

#FDD5AF (or 0xFDD5AF) is known color: Sandy Beach. HEX triplet: FD, D5 and AF. RGB value is (253,213,175). Sum of RGB (Red+Green+Blue) = 253+213+175=641 (84% of max value = 765). Red value is 253 (99.22% from 255 or 39.47% from 641); Green value is 213 (83.59% from 255 or 33.23% from 641); Blue value is 175 (68.75% from 255 or 27.30% from 641); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD5AF is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDD5AF is #022A50. Grayscale: #DCDCDC. Windows color (decimal): -141905 or 11523581. OLE color: 11523581.

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

Color convert

RGB 253 213 175 -
CMYK 0 0.16 0.31 0.01
HSL 29.23º 0.95% 0.84% -
HSV(B) 29.23º 0.31% 0.99% -
XYZ 72.04 71.57 50.57 -
YUV 220.63 102.25 151.09 -
System Red Green Blue C M Y K H S L
Decimal 253 213 175 0 0.16 0.31 0.01 29.23 0.95 0.84
Hex FD D5 AF 0 10 1F 1 1D 5F 54
Octal 375 325 257 0 20 37 1 35 137 124
Binary 11111101 11010101 10101111 0 10000 11111 1 11101 1011111 1010100

Color Harmonies of #FDD5AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDD5AF

Black with #FDD5AF

Text Example


Text Example

White with #FDD5AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDD5AF; }

 p { color: rgb(253,213,175); }

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

background-color css

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

 a { background-color: rgb(253,213,175); }

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

border-color css

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

 span { border-color: rgb(253,213,175); }

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