Html Css Color HEX #FAD2AF Apricot

📋 copy color: '#FAD2AF'

red 250 ◦ green 210 ◦ blue 175

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

Shades of Apricot #FAD2AF

Tints of Apricot #FAD2AF

RGB

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

 GREEN value IS 210 (82.42% from 255) = 33.07%

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

R = 39.37%
G = 33.07%
B = 27.56%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.3

 K value IS 0.02

RGB Variations

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

Color information

#FAD2AF (or 0xFAD2AF) is known color: Apricot. HEX triplet: FA, D2 and AF. RGB value is (250,210,175). Sum of RGB (Red+Green+Blue) = 250+210+175=635 (84% of max value = 765). Red value is 250 (98.05% from 255 or 39.37% from 635); Green value is 210 (82.42% from 255 or 33.07% from 635); Blue value is 175 (68.75% from 255 or 27.56% from 635); Max value from RGB is 250 - color contains mainly: red. Hex color #FAD2AF is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FAD2AF is #052D50. Grayscale: #DADADA. Windows color (decimal): -339281 or 11522810. OLE color: 11522810.

HSL color Cylindrical-coordinate representation of color #FAD2AF: hue angle of 28º 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 #FAD2AF is Cyan = 0, Magento = 0.16, Yellow = 0.3 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 210 175 -
CMYK 0 0.16 0.3 0.02
HSL 28º 0.88% 0.83% -
HSV(B) 28º 0.3% 0.98% -
XYZ 70.21 69.51 50.27 -
YUV 217.97 103.75 150.85 -
System Red Green Blue C M Y K H S L
Decimal 250 210 175 0 0.16 0.3 0.02 28 0.88 0.83
Hex FA D2 AF 0 10 1E 2 1C 58 53
Octal 372 322 257 0 20 36 2 34 130 123
Binary 11111010 11010010 10101111 0 10000 11110 10 11100 1011000 1010011

Color Harmonies of #FAD2AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAD2AF

Black with #FAD2AF

Text Example


Text Example

White with #FAD2AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAD2AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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