Html Css Color HEX #FDDAB4 Sandy Beach

📋 copy color: '#FDDAB4'

red 253 ◦ green 218 ◦ blue 180

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

Shades of Sandy Beach #FDDAB4

Tints of Sandy Beach #FDDAB4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 27.65%

R = 38.86%
G = 33.49%
B = 27.65%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.29

 K value IS 0.01

RGB Variations

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

Color information

#FDDAB4 (or 0xFDDAB4) is known color: Sandy Beach. HEX triplet: FD, DA and B4. RGB value is (253,218,180). Sum of RGB (Red+Green+Blue) = 253+218+180=651 (86% of max value = 765). Red value is 253 (99.22% from 255 or 38.86% from 651); Green value is 218 (85.55% from 255 or 33.49% from 651); Blue value is 180 (70.70% from 255 or 27.65% from 651); Max value from RGB is 253 - color contains mainly: red. Hex color #FDDAB4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDDAB4 is #02254B. Grayscale: #E0E0E0. Windows color (decimal): -140620 or 11852541. OLE color: 11852541.

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

Color convert

RGB 253 218 180 -
CMYK 0 0.14 0.29 0.01
HSL 31.23º 0.95% 0.85% -
HSV(B) 31.23º 0.29% 0.99% -
XYZ 73.82 74.32 53.63 -
YUV 224.13 103.1 148.59 -
System Red Green Blue C M Y K H S L
Decimal 253 218 180 0 0.14 0.29 0.01 31.23 0.95 0.85
Hex FD DA B4 0 E 1D 1 1F 5F 55
Octal 375 332 264 0 16 35 1 37 137 125
Binary 11111101 11011010 10110100 0 1110 11101 1 11111 1011111 1010101

Color Harmonies of #FDDAB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDDAB4

Black with #FDDAB4

Text Example


Text Example

White with #FDDAB4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDDAB4; }

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

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

background-color css

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

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

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

border-color css

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

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

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