Html Css Color HEX #FCDFBA Sandy Beach

📋 copy color: '#FCDFBA'

red 252 ◦ green 223 ◦ blue 186

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

Shades of Sandy Beach #FCDFBA

Tints of Sandy Beach #FCDFBA

RGB

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

 GREEN value IS 223 (87.5% from 255) = 33.74%

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

R = 38.12%
G = 33.74%
B = 28.14%

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

#FCDFBA (or 0xFCDFBA) is known color: Sandy Beach. HEX triplet: FC, DF and BA. RGB value is (252,223,186). Sum of RGB (Red+Green+Blue) = 252+223+186=661 (87% of max value = 765). Red value is 252 (98.83% from 255 or 38.12% from 661); Green value is 223 (87.5% from 255 or 33.74% from 661); Blue value is 186 (73.05% from 255 or 28.14% from 661); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDFBA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCDFBA is #032045. Grayscale: #E3E3E3. Windows color (decimal): -204870 or 12247036. OLE color: 12247036.

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

Color convert

RGB 252 223 186 -
CMYK 0 0.12 0.26 0.01
HSL 33.64º 0.92% 0.86% -
HSV(B) 33.64º 0.26% 0.99% -
XYZ 75.4 77.02 57.35 -
YUV 227.45 104.61 145.51 -
System Red Green Blue C M Y K H S L
Decimal 252 223 186 0 0.12 0.26 0.01 33.64 0.92 0.86
Hex FC DF BA 0 C 1A 1 22 5C 56
Octal 374 337 272 0 14 32 1 42 134 126
Binary 11111100 11011111 10111010 0 1100 11010 1 100010 1011100 1010110

Color Harmonies of #FCDFBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCDFBA

Black with #FCDFBA

Text Example


Text Example

White with #FCDFBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCDFBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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