Html Css Color HEX #FFD1B5 Apricot

📋 copy color: '#FFD1B5'

red 255 ◦ green 209 ◦ blue 181

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

Shades of Apricot #FFD1B5

Tints of Apricot #FFD1B5

RGB

 RED value IS 255 (100% from 255) = 39.53%

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

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

R = 39.53%
G = 32.4%
B = 28.06%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.29

 K value IS 0

RGB Variations

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

Color information

#FFD1B5 (or 0xFFD1B5) is known color: Apricot. HEX triplet: FF, D1 and B5. RGB value is (255,209,181). Sum of RGB (Red+Green+Blue) = 255+209+181=645 (85% of max value = 765). Red value is 255 (100% from 255 or 39.53% from 645); Green value is 209 (82.03% from 255 or 32.40% from 645); Blue value is 181 (71.09% from 255 or 28.06% from 645); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD1B5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFD1B5 is #002E4A. Grayscale: #DBDBDB. Windows color (decimal): -11851 or 11915775. OLE color: 11915775.

HSL color Cylindrical-coordinate representation of color #FFD1B5: hue angle of 22.7º degrees, saturation: 1, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #FFD1B5 is Cyan = 0, Magento = 0.18, Yellow = 0.29 and Black (K on CMYK) = 0.

Color convert

RGB 255 209 181 -
CMYK 0 0.18 0.29 0
HSL 22.7º 1% 0.85% -
HSV(B) 22.7º 0.29% 1% -
XYZ 72.38 70.2 53.45 -
YUV 219.56 106.24 153.28 -
System Red Green Blue C M Y K H S L
Decimal 255 209 181 0 0.18 0.29 0 22.7 1 0.85
Hex FF D1 B5 0 12 1D 0 17 64 55
Octal 377 321 265 0 22 35 0 27 144 125
Binary 11111111 11010001 10110101 0 10010 11101 0 10111 1100100 1010101

Color Harmonies of #FFD1B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFD1B5

Black with #FFD1B5

Text Example


Text Example

White with #FFD1B5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFD1B5; }

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

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

background-color css

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

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

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

border-color css

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

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

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