Html Css Color HEX #FCD5B2 Sandy Beach

📋 copy color: '#FCD5B2'

red 252 ◦ green 213 ◦ blue 178

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

Shades of Sandy Beach #FCD5B2

Tints of Sandy Beach #FCD5B2

RGB

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

 GREEN value IS 213 (83.59% from 255) = 33.13%

 BLUE value IS 178 (69.92% from 255) = 27.68%

R = 39.19%
G = 33.13%
B = 27.68%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.29

 K value IS 0.01

RGB Variations

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

Color information

#FCD5B2 (or 0xFCD5B2) is known color: Sandy Beach. HEX triplet: FC, D5 and B2. RGB value is (252,213,178). Sum of RGB (Red+Green+Blue) = 252+213+178=643 (85% of max value = 765). Red value is 252 (98.83% from 255 or 39.19% from 643); Green value is 213 (83.59% from 255 or 33.13% from 643); Blue value is 178 (69.92% from 255 or 27.68% from 643); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD5B2 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCD5B2 is #032A4D. Grayscale: #DCDCDC. Windows color (decimal): -207438 or 11720188. OLE color: 11720188.

HSL color Cylindrical-coordinate representation of color #FCD5B2: hue angle of 28.38º degrees, saturation: 0.93, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #FCD5B2 is Cyan = 0, Magento = 0.15, Yellow = 0.29 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 213 178 -
CMYK 0 0.15 0.29 0.01
HSL 28.38º 0.93% 0.84% -
HSV(B) 28.38º 0.29% 0.99% -
XYZ 71.98 71.5 52.13 -
YUV 220.67 103.92 150.35 -
System Red Green Blue C M Y K H S L
Decimal 252 213 178 0 0.15 0.29 0.01 28.38 0.93 0.84
Hex FC D5 B2 0 F 1D 1 1C 5C 54
Octal 374 325 262 0 17 35 1 34 134 124
Binary 11111100 11010101 10110010 0 1111 11101 1 11100 1011100 1010100

Color Harmonies of #FCD5B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCD5B2

Black with #FCD5B2

Text Example


Text Example

White with #FCD5B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCD5B2; }

 p { color: rgb(252,213,178); }

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

background-color css

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

 a { background-color: rgb(252,213,178); }

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

border-color css

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

 span { border-color: rgb(252,213,178); }

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