Html Css Color HEX #FCDDBB Sandy Beach

📋 copy color: '#FCDDBB'

red 252 ◦ green 221 ◦ blue 187

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

Shades of Sandy Beach #FCDDBB

Tints of Sandy Beach #FCDDBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 28.33%

R = 38.18%
G = 33.48%
B = 28.33%

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

#FCDDBB (or 0xFCDDBB) is known color: Sandy Beach. HEX triplet: FC, DD and BB. RGB value is (252,221,187). Sum of RGB (Red+Green+Blue) = 252+221+187=660 (87% of max value = 765). Red value is 252 (98.83% from 255 or 38.18% from 660); Green value is 221 (86.72% from 255 or 33.48% from 660); Blue value is 187 (73.44% from 255 or 28.33% from 660); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDDBB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCDDBB is #032244. Grayscale: #E2E2E2. Windows color (decimal): -205381 or 12312060. OLE color: 12312060.

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

Color convert

RGB 252 221 187 -
CMYK 0 0.12 0.26 0.01
HSL 31.38º 0.92% 0.86% -
HSV(B) 31.38º 0.26% 0.99% -
XYZ 74.97 76 57.73 -
YUV 226.39 105.77 146.26 -
System Red Green Blue C M Y K H S L
Decimal 252 221 187 0 0.12 0.26 0.01 31.38 0.92 0.86
Hex FC DD BB 0 C 1A 1 1F 5C 56
Octal 374 335 273 0 14 32 1 37 134 126
Binary 11111100 11011101 10111011 0 1100 11010 1 11111 1011100 1010110

Color Harmonies of #FCDDBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCDDBB

Black with #FCDDBB

Text Example


Text Example

White with #FCDDBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCDDBB; }

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

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

background-color css

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

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

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

border-color css

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

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

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