Html Css Color HEX #FDDAB5 Sandy Beach

📋 copy color: '#FDDAB5'

red 253 ◦ green 218 ◦ blue 181

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

Shades of Sandy Beach #FDDAB5

Tints of Sandy Beach #FDDAB5

RGB

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

 GREEN value IS 218 (85.55% from 255) = 33.44%

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

R = 38.8%
G = 33.44%
B = 27.76%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.28

 K value IS 0.01

RGB Variations

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

Color information

#FDDAB5 (or 0xFDDAB5) is known color: Sandy Beach. HEX triplet: FD, DA and B5. RGB value is (253,218,181). Sum of RGB (Red+Green+Blue) = 253+218+181=652 (86% of max value = 765). Red value is 253 (99.22% from 255 or 38.80% from 652); Green value is 218 (85.55% from 255 or 33.44% from 652); Blue value is 181 (71.09% from 255 or 27.76% from 652); Max value from RGB is 253 - color contains mainly: red. Hex color #FDDAB5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDDAB5 is #02254A. Grayscale: #E0E0E0. Windows color (decimal): -140619 or 11918077. OLE color: 11918077.

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

Color convert

RGB 253 218 181 -
CMYK 0 0.14 0.28 0.01
HSL 30.83º 0.95% 0.85% -
HSV(B) 30.83º 0.28% 0.99% -
XYZ 73.92 74.36 54.17 -
YUV 224.25 103.6 148.51 -
System Red Green Blue C M Y K H S L
Decimal 253 218 181 0 0.14 0.28 0.01 30.83 0.95 0.85
Hex FD DA B5 0 E 1C 1 1F 5F 55
Octal 375 332 265 0 16 34 1 37 137 125
Binary 11111101 11011010 10110101 0 1110 11100 1 11111 1011111 1010101

Color Harmonies of #FDDAB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDDAB5

Black with #FDDAB5

Text Example


Text Example

White with #FDDAB5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDDAB5; }

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

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

background-color css

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

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

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

border-color css

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

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

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