Html Css Color HEX #FCDDB8 Sandy Beach

📋 copy color: '#FCDDB8'

red 252 ◦ green 221 ◦ blue 184

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

Shades of Sandy Beach #FCDDB8

Tints of Sandy Beach #FCDDB8

RGB

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

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

 BLUE value IS 184 (72.27% from 255) = 28.01%

R = 38.36%
G = 33.64%
B = 28.01%

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

#FCDDB8 (or 0xFCDDB8) is known color: Sandy Beach. HEX triplet: FC, DD and B8. RGB value is (252,221,184). Sum of RGB (Red+Green+Blue) = 252+221+184=657 (87% of max value = 765). Red value is 252 (98.83% from 255 or 38.36% from 657); Green value is 221 (86.72% from 255 or 33.64% from 657); Blue value is 184 (72.27% from 255 or 28.01% from 657); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDDB8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCDDB8 is #032247. Grayscale: #E2E2E2. Windows color (decimal): -205384 or 12115452. OLE color: 12115452.

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

Color convert

RGB 252 221 184 -
CMYK 0 0.12 0.27 0.01
HSL 32.65º 0.92% 0.85% -
HSV(B) 32.65º 0.27% 0.99% -
XYZ 74.65 75.87 56.06 -
YUV 226.05 104.27 146.51 -
System Red Green Blue C M Y K H S L
Decimal 252 221 184 0 0.12 0.27 0.01 32.65 0.92 0.85
Hex FC DD B8 0 C 1B 1 21 5C 55
Octal 374 335 270 0 14 33 1 41 134 125
Binary 11111100 11011101 10111000 0 1100 11011 1 100001 1011100 1010101

Color Harmonies of #FCDDB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCDDB8

Black with #FCDDB8

Text Example


Text Example

White with #FCDDB8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCDDB8; }

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

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

background-color css

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

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

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

border-color css

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

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

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