Html Css Color HEX #FCDCB5 Sandy Beach

📋 copy color: '#FCDCB5'

red 252 ◦ green 220 ◦ blue 181

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

Shades of Sandy Beach #FCDCB5

Tints of Sandy Beach #FCDCB5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 27.72%

R = 38.59%
G = 33.69%
B = 27.72%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.28

 K value IS 0.01

RGB Variations

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

Color information

#FCDCB5 (or 0xFCDCB5) is known color: Sandy Beach. HEX triplet: FC, DC and B5. RGB value is (252,220,181). Sum of RGB (Red+Green+Blue) = 252+220+181=653 (86% of max value = 765). Red value is 252 (98.83% from 255 or 38.59% from 653); Green value is 220 (86.33% from 255 or 33.69% from 653); Blue value is 181 (71.09% from 255 or 27.72% from 653); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDCB5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCDCB5 is #03234A. Grayscale: #E1E1E1. Windows color (decimal): -205643 or 11918588. OLE color: 11918588.

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

Color convert

RGB 252 220 181 -
CMYK 0 0.13 0.28 0.01
HSL 32.96º 0.92% 0.85% -
HSV(B) 32.96º 0.28% 0.99% -
XYZ 74.08 75.22 54.33 -
YUV 225.12 103.1 147.17 -
System Red Green Blue C M Y K H S L
Decimal 252 220 181 0 0.13 0.28 0.01 32.96 0.92 0.85
Hex FC DC B5 0 D 1C 1 21 5C 55
Octal 374 334 265 0 15 34 1 41 134 125
Binary 11111100 11011100 10110101 0 1101 11100 1 100001 1011100 1010101

Color Harmonies of #FCDCB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCDCB5

Black with #FCDCB5

Text Example


Text Example

White with #FCDCB5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCDCB5; }

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

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

background-color css

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

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

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

border-color css

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

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

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