Html Css Color HEX #FDD6B0 Sandy Beach

📋 copy color: '#FDD6B0'

red 253 ◦ green 214 ◦ blue 176

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

Shades of Sandy Beach #FDD6B0

Tints of Sandy Beach #FDD6B0

RGB

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

 GREEN value IS 214 (83.98% from 255) = 33.28%

 BLUE value IS 176 (69.14% from 255) = 27.37%

R = 39.35%
G = 33.28%
B = 27.37%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.30

 K value IS 0.01

RGB Variations

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

Color information

#FDD6B0 (or 0xFDD6B0) is known color: Sandy Beach. HEX triplet: FD, D6 and B0. RGB value is (253,214,176). Sum of RGB (Red+Green+Blue) = 253+214+176=643 (85% of max value = 765). Red value is 253 (99.22% from 255 or 39.35% from 643); Green value is 214 (83.98% from 255 or 33.28% from 643); Blue value is 176 (69.14% from 255 or 27.37% from 643); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD6B0 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDD6B0 is #02294F. Grayscale: #DDDDDD. Windows color (decimal): -141648 or 11589373. OLE color: 11589373.

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

Color convert

RGB 253 214 176 -
CMYK 0 0.15 0.30 0.01
HSL 29.61º 0.95% 0.84% -
HSV(B) 29.61º 0.3% 0.99% -
XYZ 72.39 72.11 51.18 -
YUV 221.33 102.42 150.59 -
System Red Green Blue C M Y K H S L
Decimal 253 214 176 0 0.15 0.30 0.01 29.61 0.95 0.84
Hex FD D6 B0 0 F 1E 1 1E 5F 54
Octal 375 326 260 0 17 36 1 36 137 124
Binary 11111101 11010110 10110000 0 1111 11110 1 11110 1011111 1010100

Color Harmonies of #FDD6B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDD6B0

Black with #FDD6B0

Text Example


Text Example

White with #FDD6B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDD6B0; }

 p { color: rgb(253,214,176); }

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

background-color css

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

 a { background-color: rgb(253,214,176); }

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

border-color css

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

 span { border-color: rgb(253,214,176); }

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