Html Css Color HEX #FDDFB9 Sandy Beach

📋 copy color: '#FDDFB9'

red 253 ◦ green 223 ◦ blue 185

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

Shades of Sandy Beach #FDDFB9

Tints of Sandy Beach #FDDFB9

RGB

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

 GREEN value IS 223 (87.5% from 255) = 33.74%

 BLUE value IS 185 (72.66% from 255) = 27.99%

R = 38.28%
G = 33.74%
B = 27.99%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.27

 K value IS 0.01

RGB Variations

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

Color information

#FDDFB9 (or 0xFDDFB9) is known color: Sandy Beach. HEX triplet: FD, DF and B9. RGB value is (253,223,185). Sum of RGB (Red+Green+Blue) = 253+223+185=661 (87% of max value = 765). Red value is 253 (99.22% from 255 or 38.28% from 661); Green value is 223 (87.5% from 255 or 33.74% from 661); Blue value is 185 (72.66% from 255 or 27.99% from 661); Max value from RGB is 253 - color contains mainly: red. Hex color #FDDFB9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDDFB9 is #022046. Grayscale: #E3E3E3. Windows color (decimal): -139335 or 12181501. OLE color: 12181501.

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

Color convert

RGB 253 223 185 -
CMYK 0 0.12 0.27 0.01
HSL 33.53º 0.94% 0.86% -
HSV(B) 33.53º 0.27% 0.99% -
XYZ 75.65 77.16 56.81 -
YUV 227.64 103.94 146.09 -
System Red Green Blue C M Y K H S L
Decimal 253 223 185 0 0.12 0.27 0.01 33.53 0.94 0.86
Hex FD DF B9 0 C 1B 1 22 5E 56
Octal 375 337 271 0 14 33 1 42 136 126
Binary 11111101 11011111 10111001 0 1100 11011 1 100010 1011110 1010110

Color Harmonies of #FDDFB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDDFB9

Black with #FDDFB9

Text Example


Text Example

White with #FDDFB9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDDFB9; }

 p { color: rgb(253,223,185); }

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

background-color css

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

 a { background-color: rgb(253,223,185); }

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

border-color css

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

 span { border-color: rgb(253,223,185); }

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