Html Css Color HEX #FCDBBA Sandy Beach

📋 copy color: '#FCDBBA'

red 252 ◦ green 219 ◦ blue 186

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

Shades of Sandy Beach #FCDBBA

Tints of Sandy Beach #FCDBBA

RGB

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

 GREEN value IS 219 (85.94% from 255) = 33.33%

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

R = 38.36%
G = 33.33%
B = 28.31%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.26

 K value IS 0.01

RGB Variations

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

Color information

#FCDBBA (or 0xFCDBBA) is known color: Sandy Beach. HEX triplet: FC, DB and BA. RGB value is (252,219,186). Sum of RGB (Red+Green+Blue) = 252+219+186=657 (87% of max value = 765). Red value is 252 (98.83% from 255 or 38.36% from 657); Green value is 219 (85.94% from 255 or 33.33% from 657); Blue value is 186 (73.05% from 255 or 28.31% from 657); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDBBA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCDBBA is #032445. Grayscale: #E1E1E1. Windows color (decimal): -205894 or 12246012. OLE color: 12246012.

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

Color convert

RGB 252 219 186 -
CMYK 0 0.13 0.26 0.01
HSL 30º 0.92% 0.86% -
HSV(B) 30º 0.26% 0.99% -
XYZ 74.34 74.9 56.99 -
YUV 225.11 105.93 147.18 -
System Red Green Blue C M Y K H S L
Decimal 252 219 186 0 0.13 0.26 0.01 30 0.92 0.86
Hex FC DB BA 0 D 1A 1 1E 5C 56
Octal 374 333 272 0 15 32 1 36 134 126
Binary 11111100 11011011 10111010 0 1101 11010 1 11110 1011100 1010110

Color Harmonies of #FCDBBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCDBBA

Black with #FCDBBA

Text Example


Text Example

White with #FCDBBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCDBBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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