Html Css Color HEX #FCDCB4 Sandy Beach

📋 copy color: '#FCDCB4'

red 252 ◦ green 220 ◦ blue 180

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

Shades of Sandy Beach #FCDCB4

Tints of Sandy Beach #FCDCB4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 27.61%

R = 38.65%
G = 33.74%
B = 27.61%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.29

 K value IS 0.01

RGB Variations

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

Color information

#FCDCB4 (or 0xFCDCB4) is known color: Sandy Beach. HEX triplet: FC, DC and B4. RGB value is (252,220,180). Sum of RGB (Red+Green+Blue) = 252+220+180=652 (86% of max value = 765). Red value is 252 (98.83% from 255 or 38.65% from 652); Green value is 220 (86.33% from 255 or 33.74% from 652); Blue value is 180 (70.70% from 255 or 27.61% from 652); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDCB4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCDCB4 is #03234B. Grayscale: #E1E1E1. Windows color (decimal): -205644 or 11853052. OLE color: 11853052.

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

Color convert

RGB 252 220 180 -
CMYK 0 0.13 0.29 0.01
HSL 33.33º 0.92% 0.85% -
HSV(B) 33.33º 0.29% 0.99% -
XYZ 73.98 75.18 53.79 -
YUV 225.01 102.6 147.25 -
System Red Green Blue C M Y K H S L
Decimal 252 220 180 0 0.13 0.29 0.01 33.33 0.92 0.85
Hex FC DC B4 0 D 1D 1 21 5C 55
Octal 374 334 264 0 15 35 1 41 134 125
Binary 11111100 11011100 10110100 0 1101 11101 1 100001 1011100 1010101

Color Harmonies of #FCDCB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCDCB4

Black with #FCDCB4

Text Example


Text Example

White with #FCDCB4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCDCB4; }

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

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

background-color css

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

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

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

border-color css

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

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

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