Html Css Color HEX #FCDCB8 Sandy Beach

📋 copy color: '#FCDCB8'

red 252 ◦ green 220 ◦ blue 184

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

Shades of Sandy Beach #FCDCB8

Tints of Sandy Beach #FCDCB8

RGB

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

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

 BLUE value IS 184 (72.27% from 255) = 28.05%

R = 38.41%
G = 33.54%
B = 28.05%

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

#FCDCB8 (or 0xFCDCB8) is known color: Sandy Beach. HEX triplet: FC, DC and B8. RGB value is (252,220,184). Sum of RGB (Red+Green+Blue) = 252+220+184=656 (86% of max value = 765). Red value is 252 (98.83% from 255 or 38.41% from 656); Green value is 220 (86.33% from 255 or 33.54% from 656); Blue value is 184 (72.27% from 255 or 28.05% from 656); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDCB8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCDCB8 is #032347. Grayscale: #E1E1E1. Windows color (decimal): -205640 or 12115196. OLE color: 12115196.

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

Color convert

RGB 252 220 184 -
CMYK 0 0.13 0.27 0.01
HSL 31.76º 0.92% 0.85% -
HSV(B) 31.76º 0.27% 0.99% -
XYZ 74.39 75.34 55.97 -
YUV 225.46 104.6 146.93 -
System Red Green Blue C M Y K H S L
Decimal 252 220 184 0 0.13 0.27 0.01 31.76 0.92 0.85
Hex FC DC B8 0 D 1B 1 20 5C 55
Octal 374 334 270 0 15 33 1 40 134 125
Binary 11111100 11011100 10111000 0 1101 11011 1 100000 1011100 1010101

Color Harmonies of #FCDCB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCDCB8

Black with #FCDCB8

Text Example


Text Example

White with #FCDCB8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCDCB8; }

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

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

background-color css

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

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

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

border-color css

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

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

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