Html Css Color HEX #FDD1B5 Apricot

📋 copy color: '#FDD1B5'

red 253 ◦ green 209 ◦ blue 181

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

Shades of Apricot #FDD1B5

Tints of Apricot #FDD1B5

RGB

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

 GREEN value IS 209 (82.03% from 255) = 32.5%

 BLUE value IS 181 (71.09% from 255) = 28.15%

R = 39.35%
G = 32.5%
B = 28.15%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.28

 K value IS 0.01

RGB Variations

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

Color information

#FDD1B5 (or 0xFDD1B5) is known color: Apricot. HEX triplet: FD, D1 and B5. RGB value is (253,209,181). Sum of RGB (Red+Green+Blue) = 253+209+181=643 (85% of max value = 765). Red value is 253 (99.22% from 255 or 39.35% from 643); Green value is 209 (82.03% from 255 or 32.50% from 643); Blue value is 181 (71.09% from 255 or 28.15% from 643); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD1B5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDD1B5 is #022E4A. Grayscale: #DBDBDB. Windows color (decimal): -142923 or 11915773. OLE color: 11915773.

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

Color convert

RGB 253 209 181 -
CMYK 0 0.17 0.28 0.01
HSL 23.33º 0.95% 0.85% -
HSV(B) 23.33º 0.28% 0.99% -
XYZ 71.65 69.82 53.42 -
YUV 218.96 106.58 152.28 -
System Red Green Blue C M Y K H S L
Decimal 253 209 181 0 0.17 0.28 0.01 23.33 0.95 0.85
Hex FD D1 B5 0 11 1C 1 17 5F 55
Octal 375 321 265 0 21 34 1 27 137 125
Binary 11111101 11010001 10110101 0 10001 11100 1 10111 1011111 1010101

Color Harmonies of #FDD1B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDD1B5

Black with #FDD1B5

Text Example


Text Example

White with #FDD1B5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDD1B5; }

 p { color: rgb(253,209,181); }

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

background-color css

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

 a { background-color: rgb(253,209,181); }

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

border-color css

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

 span { border-color: rgb(253,209,181); }

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