Html Css Color HEX #FCDDB6 Sandy Beach

📋 copy color: '#FCDDB6'

red 252 ◦ green 221 ◦ blue 182

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

Shades of Sandy Beach #FCDDB6

Tints of Sandy Beach #FCDDB6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 27.79%

R = 38.47%
G = 33.74%
B = 27.79%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.28

 K value IS 0.01

RGB Variations

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

Color information

#FCDDB6 (or 0xFCDDB6) is known color: Sandy Beach. HEX triplet: FC, DD and B6. RGB value is (252,221,182). Sum of RGB (Red+Green+Blue) = 252+221+182=655 (86% of max value = 765). Red value is 252 (98.83% from 255 or 38.47% from 655); Green value is 221 (86.72% from 255 or 33.74% from 655); Blue value is 182 (71.48% from 255 or 27.79% from 655); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDDB6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCDDB6 is #032249. Grayscale: #E2E2E2. Windows color (decimal): -205386 or 11984380. OLE color: 11984380.

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

Color convert

RGB 252 221 182 -
CMYK 0 0.12 0.28 0.01
HSL 33.43º 0.92% 0.85% -
HSV(B) 33.43º 0.28% 0.99% -
XYZ 74.44 75.79 54.96 -
YUV 225.82 103.27 146.67 -
System Red Green Blue C M Y K H S L
Decimal 252 221 182 0 0.12 0.28 0.01 33.43 0.92 0.85
Hex FC DD B6 0 C 1C 1 21 5C 55
Octal 374 335 266 0 14 34 1 41 134 125
Binary 11111100 11011101 10110110 0 1100 11100 1 100001 1011100 1010101

Color Harmonies of #FCDDB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCDDB6

Black with #FCDDB6

Text Example


Text Example

White with #FCDDB6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCDDB6; }

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

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

background-color css

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

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

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

border-color css

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

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

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