Html Css Color HEX #FDD8B3 Sandy Beach

📋 copy color: '#FDD8B3'

red 253 ◦ green 216 ◦ blue 179

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

Shades of Sandy Beach #FDD8B3

Tints of Sandy Beach #FDD8B3

RGB

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

 GREEN value IS 216 (84.77% from 255) = 33.33%

 BLUE value IS 179 (70.31% from 255) = 27.62%

R = 39.04%
G = 33.33%
B = 27.62%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.29

 K value IS 0.01

RGB Variations

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

Color information

#FDD8B3 (or 0xFDD8B3) is known color: Sandy Beach. HEX triplet: FD, D8 and B3. RGB value is (253,216,179). Sum of RGB (Red+Green+Blue) = 253+216+179=648 (85% of max value = 765). Red value is 253 (99.22% from 255 or 39.04% from 648); Green value is 216 (84.77% from 255 or 33.33% from 648); Blue value is 179 (70.31% from 255 or 27.62% from 648); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD8B3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDD8B3 is #02274C. Grayscale: #DFDFDF. Windows color (decimal): -141133 or 11786493. OLE color: 11786493.

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

Color convert

RGB 253 216 179 -
CMYK 0 0.15 0.29 0.01
HSL 30º 0.95% 0.85% -
HSV(B) 30º 0.29% 0.99% -
XYZ 73.2 73.25 52.93 -
YUV 222.85 103.26 149.51 -
System Red Green Blue C M Y K H S L
Decimal 253 216 179 0 0.15 0.29 0.01 30 0.95 0.85
Hex FD D8 B3 0 F 1D 1 1E 5F 55
Octal 375 330 263 0 17 35 1 36 137 125
Binary 11111101 11011000 10110011 0 1111 11101 1 11110 1011111 1010101

Color Harmonies of #FDD8B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDD8B3

Black with #FDD8B3

Text Example


Text Example

White with #FDD8B3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDD8B3; }

 p { color: rgb(253,216,179); }

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

background-color css

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

 a { background-color: rgb(253,216,179); }

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

border-color css

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

 span { border-color: rgb(253,216,179); }

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