Html Css Color HEX #FCDDBA Sandy Beach

📋 copy color: '#FCDDBA'

red 252 ◦ green 221 ◦ blue 186

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

Shades of Sandy Beach #FCDDBA

Tints of Sandy Beach #FCDDBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 28.22%

R = 38.24%
G = 33.54%
B = 28.22%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.26

 K value IS 0.01

RGB Variations

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

Color information

#FCDDBA (or 0xFCDDBA) is known color: Sandy Beach. HEX triplet: FC, DD and BA. RGB value is (252,221,186). Sum of RGB (Red+Green+Blue) = 252+221+186=659 (87% of max value = 765). Red value is 252 (98.83% from 255 or 38.24% from 659); Green value is 221 (86.72% from 255 or 33.54% from 659); Blue value is 186 (73.05% from 255 or 28.22% from 659); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDDBA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCDDBA is #032245. Grayscale: #E2E2E2. Windows color (decimal): -205382 or 12246524. OLE color: 12246524.

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

Color convert

RGB 252 221 186 -
CMYK 0 0.12 0.26 0.01
HSL 31.82º 0.92% 0.86% -
HSV(B) 31.82º 0.26% 0.99% -
XYZ 74.86 75.95 57.17 -
YUV 226.28 105.27 146.35 -
System Red Green Blue C M Y K H S L
Decimal 252 221 186 0 0.12 0.26 0.01 31.82 0.92 0.86
Hex FC DD BA 0 C 1A 1 20 5C 56
Octal 374 335 272 0 14 32 1 40 134 126
Binary 11111100 11011101 10111010 0 1100 11010 1 100000 1011100 1010110

Color Harmonies of #FCDDBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCDDBA

Black with #FCDDBA

Text Example


Text Example

White with #FCDDBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCDDBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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