Html Css Color HEX #FCDDB4 Sandy Beach

📋 copy color: '#FCDDB4'

red 252 ◦ green 221 ◦ blue 180

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

Shades of Sandy Beach #FCDDB4

Tints of Sandy Beach #FCDDB4

RGB

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

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

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

R = 38.59%
G = 33.84%
B = 27.57%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.29

 K value IS 0.01

RGB Variations

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

Color information

#FCDDB4 (or 0xFCDDB4) is known color: Sandy Beach. HEX triplet: FC, DD and B4. RGB value is (252,221,180). Sum of RGB (Red+Green+Blue) = 252+221+180=653 (86% of max value = 765). Red value is 252 (98.83% from 255 or 38.59% from 653); Green value is 221 (86.72% from 255 or 33.84% from 653); Blue value is 180 (70.70% from 255 or 27.57% from 653); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDDB4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCDDB4 is #03224B. Grayscale: #E1E1E1. Windows color (decimal): -205388 or 11853308. OLE color: 11853308.

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

Color convert

RGB 252 221 180 -
CMYK 0 0.12 0.29 0.01
HSL 34.17º 0.92% 0.85% -
HSV(B) 34.17º 0.29% 0.99% -
XYZ 74.24 75.7 53.88 -
YUV 225.6 102.27 146.83 -
System Red Green Blue C M Y K H S L
Decimal 252 221 180 0 0.12 0.29 0.01 34.17 0.92 0.85
Hex FC DD B4 0 C 1D 1 22 5C 55
Octal 374 335 264 0 14 35 1 42 134 125
Binary 11111100 11011101 10110100 0 1100 11101 1 100010 1011100 1010101

Color Harmonies of #FCDDB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCDDB4

Black with #FCDDB4

Text Example


Text Example

White with #FCDDB4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCDDB4; }

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

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

background-color css

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

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

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

border-color css

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

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

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