Html Css Color HEX #FFD3B6 Apricot

📋 copy color: '#FFD3B6'

red 255 ◦ green 211 ◦ blue 182

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

Shades of Apricot #FFD3B6

Tints of Apricot #FFD3B6

RGB

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

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

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

R = 39.35%
G = 32.56%
B = 28.09%

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

#FFD3B6 (or 0xFFD3B6) is known color: Apricot. HEX triplet: FF, D3 and B6. RGB value is (255,211,182). Sum of RGB (Red+Green+Blue) = 255+211+182=648 (85% of max value = 765). Red value is 255 (100% from 255 or 39.35% from 648); Green value is 211 (82.81% from 255 or 32.56% from 648); Blue value is 182 (71.48% from 255 or 28.09% from 648); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD3B6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFD3B6 is #002C49. Grayscale: #DDDDDD. Windows color (decimal): -11338 or 11981823. OLE color: 11981823.

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

Color convert

RGB 255 211 182 -
CMYK 0 0.17 0.29 0
HSL 23.84º 1% 0.86% -
HSV(B) 23.84º 0.29% 1% -
XYZ 72.98 71.23 54.16 -
YUV 220.85 106.08 152.36 -
System Red Green Blue C M Y K H S L
Decimal 255 211 182 0 0.17 0.29 0 23.84 1 0.86
Hex FF D3 B6 0 11 1D 0 18 64 56
Octal 377 323 266 0 21 35 0 30 144 126
Binary 11111111 11010011 10110110 0 10001 11101 0 11000 1100100 1010110

Color Harmonies of #FFD3B6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFD3B6

Black with #FFD3B6

Text Example


Text Example

White with #FFD3B6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFD3B6; }

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

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

background-color css

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

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

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

border-color css

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

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

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