Html Css Color HEX #FDDBB4 Sandy Beach

📋 copy color: '#FDDBB4'

red 253 ◦ green 219 ◦ blue 180

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

Shades of Sandy Beach #FDDBB4

Tints of Sandy Beach #FDDBB4

RGB

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

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

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

R = 38.8%
G = 33.59%
B = 27.61%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.29

 K value IS 0.01

RGB Variations

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

Color information

#FDDBB4 (or 0xFDDBB4) is known color: Sandy Beach. HEX triplet: FD, DB and B4. RGB value is (253,219,180). Sum of RGB (Red+Green+Blue) = 253+219+180=652 (86% of max value = 765). Red value is 253 (99.22% from 255 or 38.80% from 652); Green value is 219 (85.94% from 255 or 33.59% from 652); Blue value is 180 (70.70% from 255 or 27.61% from 652); Max value from RGB is 253 - color contains mainly: red. Hex color #FDDBB4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDDBB4 is #02244B. Grayscale: #E0E0E0. Windows color (decimal): -140364 or 11852797. OLE color: 11852797.

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

Color convert

RGB 253 219 180 -
CMYK 0 0.13 0.29 0.01
HSL 32.05º 0.95% 0.85% -
HSV(B) 32.05º 0.29% 0.99% -
XYZ 74.08 74.84 53.72 -
YUV 224.72 102.76 148.17 -
System Red Green Blue C M Y K H S L
Decimal 253 219 180 0 0.13 0.29 0.01 32.05 0.95 0.85
Hex FD DB B4 0 D 1D 1 20 5F 55
Octal 375 333 264 0 15 35 1 40 137 125
Binary 11111101 11011011 10110100 0 1101 11101 1 100000 1011111 1010101

Color Harmonies of #FDDBB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDDBB4

Black with #FDDBB4

Text Example


Text Example

White with #FDDBB4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDDBB4; }

 p { color: rgb(253,219,180); }

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

background-color css

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

 a { background-color: rgb(253,219,180); }

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

border-color css

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

 span { border-color: rgb(253,219,180); }

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