Html Css Color HEX #FDDAB8 Sandy Beach

📋 copy color: '#FDDAB8'

red 253 ◦ green 218 ◦ blue 184

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

Shades of Sandy Beach #FDDAB8

Tints of Sandy Beach #FDDAB8

RGB

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

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

 BLUE value IS 184 (72.27% from 255) = 28.09%

R = 38.63%
G = 33.28%
B = 28.09%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.27

 K value IS 0.01

RGB Variations

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

Color information

#FDDAB8 (or 0xFDDAB8) is known color: Sandy Beach. HEX triplet: FD, DA and B8. RGB value is (253,218,184). Sum of RGB (Red+Green+Blue) = 253+218+184=655 (86% of max value = 765). Red value is 253 (99.22% from 255 or 38.63% from 655); Green value is 218 (85.55% from 255 or 33.28% from 655); Blue value is 184 (72.27% from 255 or 28.09% from 655); Max value from RGB is 253 - color contains mainly: red. Hex color #FDDAB8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDDAB8 is #022547. Grayscale: #E0E0E0. Windows color (decimal): -140616 or 12114685. OLE color: 12114685.

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

Color convert

RGB 253 218 184 -
CMYK 0 0.14 0.27 0.01
HSL 29.57º 0.95% 0.86% -
HSV(B) 29.57º 0.27% 0.99% -
XYZ 74.23 74.49 55.81 -
YUV 224.59 105.1 148.26 -
System Red Green Blue C M Y K H S L
Decimal 253 218 184 0 0.14 0.27 0.01 29.57 0.95 0.86
Hex FD DA B8 0 E 1B 1 1E 5F 56
Octal 375 332 270 0 16 33 1 36 137 126
Binary 11111101 11011010 10111000 0 1110 11011 1 11110 1011111 1010110

Color Harmonies of #FDDAB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDDAB8

Black with #FDDAB8

Text Example


Text Example

White with #FDDAB8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDDAB8; }

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

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

background-color css

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

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

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

border-color css

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

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

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