Html Css Color HEX #FAD0AF Apricot

📋 copy color: '#FAD0AF'

red 250 ◦ green 208 ◦ blue 175

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

Shades of Apricot #FAD0AF

Tints of Apricot #FAD0AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 27.65%

R = 39.49%
G = 32.86%
B = 27.65%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.3

 K value IS 0.02

RGB Variations

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

Color information

#FAD0AF (or 0xFAD0AF) is known color: Apricot. HEX triplet: FA, D0 and AF. RGB value is (250,208,175). Sum of RGB (Red+Green+Blue) = 250+208+175=633 (83% of max value = 765). Red value is 250 (98.05% from 255 or 39.49% from 633); Green value is 208 (81.64% from 255 or 32.86% from 633); Blue value is 175 (68.75% from 255 or 27.65% from 633); Max value from RGB is 250 - color contains mainly: red. Hex color #FAD0AF is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FAD0AF is #052F50. Grayscale: #D8D8D8. Windows color (decimal): -339793 or 11522298. OLE color: 11522298.

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

Color convert

RGB 250 208 175 -
CMYK 0 0.17 0.3 0.02
HSL 26.4º 0.88% 0.83% -
HSV(B) 26.4º 0.3% 0.98% -
XYZ 69.72 68.53 50.11 -
YUV 216.8 104.41 151.68 -
System Red Green Blue C M Y K H S L
Decimal 250 208 175 0 0.17 0.3 0.02 26.4 0.88 0.83
Hex FA D0 AF 0 11 1E 2 1A 58 53
Octal 372 320 257 0 21 36 2 32 130 123
Binary 11111010 11010000 10101111 0 10001 11110 10 11010 1011000 1010011

Color Harmonies of #FAD0AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAD0AF

Black with #FAD0AF

Text Example


Text Example

White with #FAD0AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAD0AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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