Html Css Color HEX #FCD7B4 Sandy Beach

📋 copy color: '#FCD7B4'

red 252 ◦ green 215 ◦ blue 180

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

Shades of Sandy Beach #FCD7B4

Tints of Sandy Beach #FCD7B4

RGB

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

 GREEN value IS 215 (84.38% from 255) = 33.23%

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

R = 38.95%
G = 33.23%
B = 27.82%

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

#FCD7B4 (or 0xFCD7B4) is known color: Sandy Beach. HEX triplet: FC, D7 and B4. RGB value is (252,215,180). Sum of RGB (Red+Green+Blue) = 252+215+180=647 (85% of max value = 765). Red value is 252 (98.83% from 255 or 38.95% from 647); Green value is 215 (84.38% from 255 or 33.23% from 647); Blue value is 180 (70.70% from 255 or 27.82% from 647); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD7B4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCD7B4 is #03284B. Grayscale: #DEDEDE. Windows color (decimal): -206924 or 11851772. OLE color: 11851772.

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

Color convert

RGB 252 215 180 -
CMYK 0 0.15 0.29 0.01
HSL 29.17º 0.92% 0.85% -
HSV(B) 29.17º 0.29% 0.99% -
XYZ 72.68 72.59 53.36 -
YUV 222.07 104.26 149.35 -
System Red Green Blue C M Y K H S L
Decimal 252 215 180 0 0.15 0.29 0.01 29.17 0.92 0.85
Hex FC D7 B4 0 F 1D 1 1D 5C 55
Octal 374 327 264 0 17 35 1 35 134 125
Binary 11111100 11010111 10110100 0 1111 11101 1 11101 1011100 1010101

Color Harmonies of #FCD7B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCD7B4

Black with #FCD7B4

Text Example


Text Example

White with #FCD7B4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCD7B4; }

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

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

background-color css

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

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

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

border-color css

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

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

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