Html Css Color HEX #FFD5AF Sandy Beach

📋 copy color: '#FFD5AF'

red 255 ◦ green 213 ◦ blue 175

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

Shades of Sandy Beach #FFD5AF

Tints of Sandy Beach #FFD5AF

RGB

 RED value IS 255 (100% from 255) = 39.66%

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

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

R = 39.66%
G = 33.13%
B = 27.22%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.31

 K value IS 0

RGB Variations

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

Color information

#FFD5AF (or 0xFFD5AF) is known color: Sandy Beach. HEX triplet: FF, D5 and AF. RGB value is (255,213,175). Sum of RGB (Red+Green+Blue) = 255+213+175=643 (85% of max value = 765). Red value is 255 (100% from 255 or 39.66% from 643); Green value is 213 (83.59% from 255 or 33.13% from 643); Blue value is 175 (68.75% from 255 or 27.22% from 643); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD5AF is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFD5AF is #002A50. Grayscale: #DDDDDD. Windows color (decimal): -10833 or 11523583. OLE color: 11523583.

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

Color convert

RGB 255 213 175 -
CMYK 0 0.16 0.31 0
HSL 28.5º 1% 0.84% -
HSV(B) 28.5º 0.31% 1% -
XYZ 72.77 71.94 50.61 -
YUV 221.23 101.91 152.09 -
System Red Green Blue C M Y K H S L
Decimal 255 213 175 0 0.16 0.31 0 28.5 1 0.84
Hex FF D5 AF 0 10 1F 0 1C 64 54
Octal 377 325 257 0 20 37 0 34 144 124
Binary 11111111 11010101 10101111 0 10000 11111 0 11100 1100100 1010100

Color Harmonies of #FFD5AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFD5AF

Black with #FFD5AF

Text Example


Text Example

White with #FFD5AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFD5AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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