Html Css Color HEX #FFD0B5 Apricot

📋 copy color: '#FFD0B5'

red 255 ◦ green 208 ◦ blue 181

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

Shades of Apricot #FFD0B5

Tints of Apricot #FFD0B5

RGB

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

 GREEN value IS 208 (81.64% from 255) = 32.3%

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

R = 39.6%
G = 32.3%
B = 28.11%

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

#FFD0B5 (or 0xFFD0B5) is known color: Apricot. HEX triplet: FF, D0 and B5. RGB value is (255,208,181). Sum of RGB (Red+Green+Blue) = 255+208+181=644 (85% of max value = 765). Red value is 255 (100% from 255 or 39.60% from 644); Green value is 208 (81.64% from 255 or 32.30% from 644); Blue value is 181 (71.09% from 255 or 28.11% from 644); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD0B5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFD0B5 is #002F4A. Grayscale: #DBDBDB. Windows color (decimal): -12107 or 11915519. OLE color: 11915519.

HSL color Cylindrical-coordinate representation of color #FFD0B5: hue angle of 21.89º 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 #FFD0B5 is Cyan = 0, Magento = 0.18, Yellow = 0.29 and Black (K on CMYK) = 0.

Color convert

RGB 255 208 181 -
CMYK 0 0.18 0.29 0
HSL 21.89º 1% 0.85% -
HSV(B) 21.89º 0.29% 1% -
XYZ 72.14 69.71 53.37 -
YUV 218.98 106.57 153.7 -
System Red Green Blue C M Y K H S L
Decimal 255 208 181 0 0.18 0.29 0 21.89 1 0.85
Hex FF D0 B5 0 12 1D 0 16 64 55
Octal 377 320 265 0 22 35 0 26 144 125
Binary 11111111 11010000 10110101 0 10010 11101 0 10110 1100100 1010101

Color Harmonies of #FFD0B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFD0B5

Black with #FFD0B5

Text Example


Text Example

White with #FFD0B5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFD0B5; }

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

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

background-color css

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

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

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

border-color css

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

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

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