Html Css Color HEX #FAD0B4 Apricot

📋 copy color: '#FAD0B4'

red 250 ◦ green 208 ◦ blue 180

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

Shades of Apricot #FAD0B4

Tints of Apricot #FAD0B4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 28.21%

R = 39.18%
G = 32.6%
B = 28.21%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.28

 K value IS 0.02

RGB Variations

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

Color information

#FAD0B4 (or 0xFAD0B4) is known color: Apricot. HEX triplet: FA, D0 and B4. RGB value is (250,208,180). Sum of RGB (Red+Green+Blue) = 250+208+180=638 (84% of max value = 765). Red value is 250 (98.05% from 255 or 39.18% from 638); Green value is 208 (81.64% from 255 or 32.60% from 638); Blue value is 180 (70.70% from 255 or 28.21% from 638); Max value from RGB is 250 - color contains mainly: red. Hex color #FAD0B4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FAD0B4 is #052F4B. Grayscale: #D9D9D9. Windows color (decimal): -339788 or 11849978. OLE color: 11849978.

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

Color convert

RGB 250 208 180 -
CMYK 0 0.17 0.28 0.02
HSL 24º 0.88% 0.84% -
HSV(B) 24º 0.28% 0.98% -
XYZ 70.22 68.73 52.75 -
YUV 217.37 106.91 151.28 -
System Red Green Blue C M Y K H S L
Decimal 250 208 180 0 0.17 0.28 0.02 24 0.88 0.84
Hex FA D0 B4 0 11 1C 2 18 58 54
Octal 372 320 264 0 21 34 2 30 130 124
Binary 11111010 11010000 10110100 0 10001 11100 10 11000 1011000 1010100

Color Harmonies of #FAD0B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAD0B4

Black with #FAD0B4

Text Example


Text Example

White with #FAD0B4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAD0B4; }

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

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

background-color css

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

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

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

border-color css

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

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

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