Html Css Color HEX #FDDEBD Sandy Beach

📋 copy color: '#FDDEBD'

red 253 ◦ green 222 ◦ blue 189

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

Shades of Sandy Beach #FDDEBD

Tints of Sandy Beach #FDDEBD

RGB

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

 GREEN value IS 222 (87.11% from 255) = 33.43%

 BLUE value IS 189 (74.22% from 255) = 28.46%

R = 38.1%
G = 33.43%
B = 28.46%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.25

 K value IS 0.01

RGB Variations

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

Color information

#FDDEBD (or 0xFDDEBD) is known color: Sandy Beach. HEX triplet: FD, DE and BD. RGB value is (253,222,189). Sum of RGB (Red+Green+Blue) = 253+222+189=664 (87% of max value = 765). Red value is 253 (99.22% from 255 or 38.10% from 664); Green value is 222 (87.11% from 255 or 33.43% from 664); Blue value is 189 (74.22% from 255 or 28.46% from 664); Max value from RGB is 253 - color contains mainly: red. Hex color #FDDEBD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDDEBD is #022142. Grayscale: #E3E3E3. Windows color (decimal): -139587 or 12443389. OLE color: 12443389.

HSL color Cylindrical-coordinate representation of color #FDDEBD: hue angle of 30.94º degrees, saturation: 0.94, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #FDDEBD is Cyan = 0, Magento = 0.12, Yellow = 0.25 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 222 189 -
CMYK 0 0.12 0.25 0.01
HSL 30.94º 0.94% 0.87% -
HSV(B) 30.94º 0.25% 0.99% -
XYZ 75.81 76.8 58.97 -
YUV 227.51 106.27 146.18 -
System Red Green Blue C M Y K H S L
Decimal 253 222 189 0 0.12 0.25 0.01 30.94 0.94 0.87
Hex FD DE BD 0 C 19 1 1F 5E 57
Octal 375 336 275 0 14 31 1 37 136 127
Binary 11111101 11011110 10111101 0 1100 11001 1 11111 1011110 1010111

Color Harmonies of #FDDEBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDDEBD

Black with #FDDEBD

Text Example


Text Example

White with #FDDEBD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDDEBD; }

 p { color: rgb(253,222,189); }

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

background-color css

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

 a { background-color: rgb(253,222,189); }

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

border-color css

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

 span { border-color: rgb(253,222,189); }

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