Html Css Color HEX #FAD0B6 Apricot

📋 copy color: '#FAD0B6'

red 250 ◦ green 208 ◦ blue 182

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

Shades of Apricot #FAD0B6

Tints of Apricot #FAD0B6

RGB

 RED value IS 250 (98.05% from 255) = 39.06%

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

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

R = 39.06%
G = 32.5%
B = 28.44%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.27

 K value IS 0.02

RGB Variations

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

Color information

#FAD0B6 (or 0xFAD0B6) is known color: Apricot. HEX triplet: FA, D0 and B6. RGB value is (250,208,182). Sum of RGB (Red+Green+Blue) = 250+208+182=640 (84% of max value = 765). Red value is 250 (98.05% from 255 or 39.06% from 640); Green value is 208 (81.64% from 255 or 32.5% from 640); Blue value is 182 (71.48% from 255 or 28.44% from 640); Max value from RGB is 250 - color contains mainly: red. Hex color #FAD0B6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FAD0B6 is #052F49. Grayscale: #D9D9D9. Windows color (decimal): -339786 or 11981050. OLE color: 11981050.

HSL color Cylindrical-coordinate representation of color #FAD0B6: hue angle of 22.94º degrees, saturation: 0.87, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #FAD0B6 is Cyan = 0, Magento = 0.17, Yellow = 0.27 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 208 182 -
CMYK 0 0.17 0.27 0.02
HSL 22.94º 0.87% 0.85% -
HSV(B) 22.94º 0.27% 0.98% -
XYZ 70.42 68.81 53.83 -
YUV 217.59 107.91 151.11 -
System Red Green Blue C M Y K H S L
Decimal 250 208 182 0 0.17 0.27 0.02 22.94 0.87 0.85
Hex FA D0 B6 0 11 1B 2 17 57 55
Octal 372 320 266 0 21 33 2 27 127 125
Binary 11111010 11010000 10110110 0 10001 11011 10 10111 1010111 1010101

Color Harmonies of #FAD0B6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAD0B6

Black with #FAD0B6

Text Example


Text Example

White with #FAD0B6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAD0B6; }

 p { color: rgb(250,208,182); }

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

background-color css

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

 a { background-color: rgb(250,208,182); }

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

border-color css

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

 span { border-color: rgb(250,208,182); }

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