Html Css Color HEX #FCDDB7 Sandy Beach

📋 copy color: '#FCDDB7'

red 252 ◦ green 221 ◦ blue 183

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

Shades of Sandy Beach #FCDDB7

Tints of Sandy Beach #FCDDB7

RGB

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

 GREEN value IS 221 (86.72% from 255) = 33.69%

 BLUE value IS 183 (71.88% from 255) = 27.9%

R = 38.41%
G = 33.69%
B = 27.9%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.27

 K value IS 0.01

RGB Variations

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

Color information

#FCDDB7 (or 0xFCDDB7) is known color: Sandy Beach. HEX triplet: FC, DD and B7. RGB value is (252,221,183). Sum of RGB (Red+Green+Blue) = 252+221+183=656 (86% of max value = 765). Red value is 252 (98.83% from 255 or 38.41% from 656); Green value is 221 (86.72% from 255 or 33.69% from 656); Blue value is 183 (71.88% from 255 or 27.90% from 656); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDDB7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCDDB7 is #032248. Grayscale: #E2E2E2. Windows color (decimal): -205385 or 12049916. OLE color: 12049916.

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

Color convert

RGB 252 221 183 -
CMYK 0 0.12 0.27 0.01
HSL 33.04º 0.92% 0.85% -
HSV(B) 33.04º 0.27% 0.99% -
XYZ 74.55 75.83 55.51 -
YUV 225.94 103.77 146.59 -
System Red Green Blue C M Y K H S L
Decimal 252 221 183 0 0.12 0.27 0.01 33.04 0.92 0.85
Hex FC DD B7 0 C 1B 1 21 5C 55
Octal 374 335 267 0 14 33 1 41 134 125
Binary 11111100 11011101 10110111 0 1100 11011 1 100001 1011100 1010101

Color Harmonies of #FCDDB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCDDB7

Black with #FCDDB7

Text Example


Text Example

White with #FCDDB7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCDDB7; }

 p { color: rgb(252,221,183); }

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

background-color css

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

 a { background-color: rgb(252,221,183); }

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

border-color css

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

 span { border-color: rgb(252,221,183); }

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