Html Css Color HEX #FFD3B5 Apricot

📋 copy color: '#FFD3B5'

red 255 ◦ green 211 ◦ blue 181

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

Shades of Apricot #FFD3B5

Tints of Apricot #FFD3B5

RGB

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

 GREEN value IS 211 (82.81% from 255) = 32.61%

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

R = 39.41%
G = 32.61%
B = 27.98%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.29

 K value IS 0

RGB Variations

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

Color information

#FFD3B5 (or 0xFFD3B5) is known color: Apricot. HEX triplet: FF, D3 and B5. RGB value is (255,211,181). Sum of RGB (Red+Green+Blue) = 255+211+181=647 (85% of max value = 765). Red value is 255 (100% from 255 or 39.41% from 647); Green value is 211 (82.81% from 255 or 32.61% from 647); Blue value is 181 (71.09% from 255 or 27.98% from 647); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD3B5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFD3B5 is #002C4A. Grayscale: #DCDCDC. Windows color (decimal): -11339 or 11916287. OLE color: 11916287.

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

Color convert

RGB 255 211 181 -
CMYK 0 0.17 0.29 0
HSL 24.32º 1% 0.85% -
HSV(B) 24.32º 0.29% 1% -
XYZ 72.87 71.18 53.62 -
YUV 220.74 105.58 152.44 -
System Red Green Blue C M Y K H S L
Decimal 255 211 181 0 0.17 0.29 0 24.32 1 0.85
Hex FF D3 B5 0 11 1D 0 18 64 55
Octal 377 323 265 0 21 35 0 30 144 125
Binary 11111111 11010011 10110101 0 10001 11101 0 11000 1100100 1010101

Color Harmonies of #FFD3B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFD3B5

Black with #FFD3B5

Text Example


Text Example

White with #FFD3B5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFD3B5; }

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

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

background-color css

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

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

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

border-color css

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

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

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