Html Css Color HEX #FCDCB6 Sandy Beach

📋 copy color: '#FCDCB6'

red 252 ◦ green 220 ◦ blue 182

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

Shades of Sandy Beach #FCDCB6

Tints of Sandy Beach #FCDCB6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 27.83%

R = 38.53%
G = 33.64%
B = 27.83%

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

#FCDCB6 (or 0xFCDCB6) is known color: Sandy Beach. HEX triplet: FC, DC and B6. RGB value is (252,220,182). Sum of RGB (Red+Green+Blue) = 252+220+182=654 (86% of max value = 765). Red value is 252 (98.83% from 255 or 38.53% from 654); Green value is 220 (86.33% from 255 or 33.64% from 654); Blue value is 182 (71.48% from 255 or 27.83% from 654); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDCB6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCDCB6 is #032349. Grayscale: #E1E1E1. Windows color (decimal): -205642 or 11984124. OLE color: 11984124.

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

Color convert

RGB 252 220 182 -
CMYK 0 0.13 0.28 0.01
HSL 32.57º 0.92% 0.85% -
HSV(B) 32.57º 0.28% 0.99% -
XYZ 74.18 75.26 54.87 -
YUV 225.24 103.6 147.09 -
System Red Green Blue C M Y K H S L
Decimal 252 220 182 0 0.13 0.28 0.01 32.57 0.92 0.85
Hex FC DC B6 0 D 1C 1 21 5C 55
Octal 374 334 266 0 15 34 1 41 134 125
Binary 11111100 11011100 10110110 0 1101 11100 1 100001 1011100 1010101

Color Harmonies of #FCDCB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCDCB6

Black with #FCDCB6

Text Example


Text Example

White with #FCDCB6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCDCB6; }

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

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

background-color css

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

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

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

border-color css

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

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

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