Html Css Color HEX #FDDCBA Sandy Beach

📋 copy color: '#FDDCBA'

red 253 ◦ green 220 ◦ blue 186

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

Shades of Sandy Beach #FDDCBA

Tints of Sandy Beach #FDDCBA

RGB

 RED value IS 253 (99.22% from 255) = 38.39%

 GREEN value IS 220 (86.33% from 255) = 33.38%

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

R = 38.39%
G = 33.38%
B = 28.22%

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

#FDDCBA (or 0xFDDCBA) is known color: Sandy Beach. HEX triplet: FD, DC and BA. RGB value is (253,220,186). Sum of RGB (Red+Green+Blue) = 253+220+186=659 (87% of max value = 765). Red value is 253 (99.22% from 255 or 38.39% from 659); Green value is 220 (86.33% from 255 or 33.38% from 659); Blue value is 186 (73.05% from 255 or 28.22% from 659); Max value from RGB is 253 - color contains mainly: red. Hex color #FDDCBA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDDCBA is #022345. Grayscale: #E2E2E2. Windows color (decimal): -140102 or 12246269. OLE color: 12246269.

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

Color convert

RGB 253 220 186 -
CMYK 0 0.13 0.26 0.01
HSL 30.45º 0.94% 0.86% -
HSV(B) 30.45º 0.26% 0.99% -
XYZ 74.96 75.61 57.1 -
YUV 225.99 105.43 147.26 -
System Red Green Blue C M Y K H S L
Decimal 253 220 186 0 0.13 0.26 0.01 30.45 0.94 0.86
Hex FD DC BA 0 D 1A 1 1E 5E 56
Octal 375 334 272 0 15 32 1 36 136 126
Binary 11111101 11011100 10111010 0 1101 11010 1 11110 1011110 1010110

Color Harmonies of #FDDCBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDDCBA

Black with #FDDCBA

Text Example


Text Example

White with #FDDCBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDDCBA; }

 p { color: rgb(253,220,186); }

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

background-color css

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

 a { background-color: rgb(253,220,186); }

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

border-color css

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

 span { border-color: rgb(253,220,186); }

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