Html Css Color HEX #FAD0B2 Apricot

📋 copy color: '#FAD0B2'

red 250 ◦ green 208 ◦ blue 178

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

Shades of Apricot #FAD0B2

Tints of Apricot #FAD0B2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 27.99%

R = 39.31%
G = 32.7%
B = 27.99%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.29

 K value IS 0.02

RGB Variations

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

Color information

#FAD0B2 (or 0xFAD0B2) is known color: Apricot. HEX triplet: FA, D0 and B2. RGB value is (250,208,178). Sum of RGB (Red+Green+Blue) = 250+208+178=636 (84% of max value = 765). Red value is 250 (98.05% from 255 or 39.31% from 636); Green value is 208 (81.64% from 255 or 32.70% from 636); Blue value is 178 (69.92% from 255 or 27.99% from 636); Max value from RGB is 250 - color contains mainly: red. Hex color #FAD0B2 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FAD0B2 is #052F4D. Grayscale: #D9D9D9. Windows color (decimal): -339790 or 11718906. OLE color: 11718906.

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

Color convert

RGB 250 208 178 -
CMYK 0 0.17 0.29 0.02
HSL 25º 0.88% 0.84% -
HSV(B) 25º 0.29% 0.98% -
XYZ 70.02 68.65 51.68 -
YUV 217.14 105.91 151.44 -
System Red Green Blue C M Y K H S L
Decimal 250 208 178 0 0.17 0.29 0.02 25 0.88 0.84
Hex FA D0 B2 0 11 1D 2 19 58 54
Octal 372 320 262 0 21 35 2 31 130 124
Binary 11111010 11010000 10110010 0 10001 11101 10 11001 1011000 1010100

Color Harmonies of #FAD0B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAD0B2

Black with #FAD0B2

Text Example


Text Example

White with #FAD0B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAD0B2; }

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

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

background-color css

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

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

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

border-color css

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

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

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