Html Css Color HEX #FDDFB6 Sandy Beach

📋 copy color: '#FDDFB6'

red 253 ◦ green 223 ◦ blue 182

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

Shades of Sandy Beach #FDDFB6

Tints of Sandy Beach #FDDFB6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 27.66%

R = 38.45%
G = 33.89%
B = 27.66%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.28

 K value IS 0.01

RGB Variations

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

Color information

#FDDFB6 (or 0xFDDFB6) is known color: Sandy Beach. HEX triplet: FD, DF and B6. RGB value is (253,223,182). Sum of RGB (Red+Green+Blue) = 253+223+182=658 (87% of max value = 765). Red value is 253 (99.22% from 255 or 38.45% from 658); Green value is 223 (87.5% from 255 or 33.89% from 658); Blue value is 182 (71.48% from 255 or 27.66% from 658); Max value from RGB is 253 - color contains mainly: red. Hex color #FDDFB6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDDFB6 is #022049. Grayscale: #E3E3E3. Windows color (decimal): -139338 or 11984893. OLE color: 11984893.

HSL color Cylindrical-coordinate representation of color #FDDFB6: hue angle of 34.65º degrees, saturation: 0.95, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #FDDFB6 is Cyan = 0, Magento = 0.12, Yellow = 0.28 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 223 182 -
CMYK 0 0.12 0.28 0.01
HSL 34.65º 0.95% 0.85% -
HSV(B) 34.65º 0.28% 0.99% -
XYZ 75.34 77.04 55.15 -
YUV 227.3 102.44 146.33 -
System Red Green Blue C M Y K H S L
Decimal 253 223 182 0 0.12 0.28 0.01 34.65 0.95 0.85
Hex FD DF B6 0 C 1C 1 23 5F 55
Octal 375 337 266 0 14 34 1 43 137 125
Binary 11111101 11011111 10110110 0 1100 11100 1 100011 1011111 1010101

Color Harmonies of #FDDFB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDDFB6

Black with #FDDFB6

Text Example


Text Example

White with #FDDFB6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDDFB6; }

 p { color: rgb(253,223,182); }

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

background-color css

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

 a { background-color: rgb(253,223,182); }

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

border-color css

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

 span { border-color: rgb(253,223,182); }

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