Html Css Color HEX #FDDAB2 Sandy Beach

📋 copy color: '#FDDAB2'

red 253 ◦ green 218 ◦ blue 178

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

Shades of Sandy Beach #FDDAB2

Tints of Sandy Beach #FDDAB2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 27.43%

R = 38.98%
G = 33.59%
B = 27.43%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.30

 K value IS 0.01

RGB Variations

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

Color information

#FDDAB2 (or 0xFDDAB2) is known color: Sandy Beach. HEX triplet: FD, DA and B2. RGB value is (253,218,178). Sum of RGB (Red+Green+Blue) = 253+218+178=649 (85% of max value = 765). Red value is 253 (99.22% from 255 or 38.98% from 649); Green value is 218 (85.55% from 255 or 33.59% from 649); Blue value is 178 (69.92% from 255 or 27.43% from 649); Max value from RGB is 253 - color contains mainly: red. Hex color #FDDAB2 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDDAB2 is #02254D. Grayscale: #E0E0E0. Windows color (decimal): -140622 or 11721469. OLE color: 11721469.

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

Color convert

RGB 253 218 178 -
CMYK 0 0.14 0.30 0.01
HSL 32º 0.95% 0.85% -
HSV(B) 32º 0.3% 0.99% -
XYZ 73.62 74.24 52.57 -
YUV 223.91 102.1 148.75 -
System Red Green Blue C M Y K H S L
Decimal 253 218 178 0 0.14 0.30 0.01 32 0.95 0.85
Hex FD DA B2 0 E 1E 1 20 5F 55
Octal 375 332 262 0 16 36 1 40 137 125
Binary 11111101 11011010 10110010 0 1110 11110 1 100000 1011111 1010101

Color Harmonies of #FDDAB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDDAB2

Black with #FDDAB2

Text Example


Text Example

White with #FDDAB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDDAB2; }

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

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

background-color css

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

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

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

border-color css

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

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

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