Html Css Color HEX #FCDCB9 Sandy Beach

📋 copy color: '#FCDCB9'

red 252 ◦ green 220 ◦ blue 185

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

Shades of Sandy Beach #FCDCB9

Tints of Sandy Beach #FCDCB9

RGB

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

 GREEN value IS 220 (86.33% from 255) = 33.49%

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

R = 38.36%
G = 33.49%
B = 28.16%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.27

 K value IS 0.01

RGB Variations

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

Color information

#FCDCB9 (or 0xFCDCB9) is known color: Sandy Beach. HEX triplet: FC, DC and B9. RGB value is (252,220,185). Sum of RGB (Red+Green+Blue) = 252+220+185=657 (87% of max value = 765). Red value is 252 (98.83% from 255 or 38.36% from 657); Green value is 220 (86.33% from 255 or 33.49% from 657); Blue value is 185 (72.66% from 255 or 28.16% from 657); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDCB9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCDCB9 is #032346. Grayscale: #E1E1E1. Windows color (decimal): -205639 or 12180732. OLE color: 12180732.

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

Color convert

RGB 252 220 185 -
CMYK 0 0.13 0.27 0.01
HSL 31.34º 0.92% 0.86% -
HSV(B) 31.34º 0.27% 0.99% -
XYZ 74.5 75.38 56.52 -
YUV 225.58 105.1 146.85 -
System Red Green Blue C M Y K H S L
Decimal 252 220 185 0 0.13 0.27 0.01 31.34 0.92 0.86
Hex FC DC B9 0 D 1B 1 1F 5C 56
Octal 374 334 271 0 15 33 1 37 134 126
Binary 11111100 11011100 10111001 0 1101 11011 1 11111 1011100 1010110

Color Harmonies of #FCDCB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCDCB9

Black with #FCDCB9

Text Example


Text Example

White with #FCDCB9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCDCB9; }

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

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

background-color css

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

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

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

border-color css

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

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

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