Html Css Color HEX #FCDDB9 Sandy Beach

📋 copy color: '#FCDDB9'

red 252 ◦ green 221 ◦ blue 185

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

Shades of Sandy Beach #FCDDB9

Tints of Sandy Beach #FCDDB9

RGB

 RED value IS 252 (98.83% from 255) = 38.3%

 GREEN value IS 221 (86.72% from 255) = 33.59%

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

R = 38.3%
G = 33.59%
B = 28.12%

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

#FCDDB9 (or 0xFCDDB9) is known color: Sandy Beach. HEX triplet: FC, DD and B9. RGB value is (252,221,185). Sum of RGB (Red+Green+Blue) = 252+221+185=658 (87% of max value = 765). Red value is 252 (98.83% from 255 or 38.30% from 658); Green value is 221 (86.72% from 255 or 33.59% from 658); Blue value is 185 (72.66% from 255 or 28.12% from 658); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDDB9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCDDB9 is #032246. Grayscale: #E2E2E2. Windows color (decimal): -205383 or 12180988. OLE color: 12180988.

HSL color Cylindrical-coordinate representation of color #FCDDB9: hue angle of 32.24º degrees, saturation: 0.92, 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 #FCDDB9 is Cyan = 0, Magento = 0.12, Yellow = 0.27 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 221 185 -
CMYK 0 0.12 0.27 0.01
HSL 32.24º 0.92% 0.86% -
HSV(B) 32.24º 0.27% 0.99% -
XYZ 74.76 75.91 56.61 -
YUV 226.17 104.77 146.43 -
System Red Green Blue C M Y K H S L
Decimal 252 221 185 0 0.12 0.27 0.01 32.24 0.92 0.86
Hex FC DD B9 0 C 1B 1 20 5C 56
Octal 374 335 271 0 14 33 1 40 134 126
Binary 11111100 11011101 10111001 0 1100 11011 1 100000 1011100 1010110

Color Harmonies of #FCDDB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCDDB9

Black with #FCDDB9

Text Example


Text Example

White with #FCDDB9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCDDB9; }

 p { color: rgb(252,221,185); }

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

background-color css

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

 a { background-color: rgb(252,221,185); }

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

border-color css

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

 span { border-color: rgb(252,221,185); }

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