Html Css Color HEX #FACEAF Apricot

📋 copy color: '#FACEAF'

red 250 ◦ green 206 ◦ blue 175

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

Shades of Apricot #FACEAF

Tints of Apricot #FACEAF

RGB

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

 GREEN value IS 206 (80.86% from 255) = 32.65%

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

R = 39.62%
G = 32.65%
B = 27.73%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.3

 K value IS 0.02

RGB Variations

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

Color information

#FACEAF (or 0xFACEAF) is known color: Apricot. HEX triplet: FA, CE and AF. RGB value is (250,206,175). Sum of RGB (Red+Green+Blue) = 250+206+175=631 (83% of max value = 765). Red value is 250 (98.05% from 255 or 39.62% from 631); Green value is 206 (80.86% from 255 or 32.65% from 631); Blue value is 175 (68.75% from 255 or 27.73% from 631); Max value from RGB is 250 - color contains mainly: red. Hex color #FACEAF is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FACEAF is #053150. Grayscale: #D7D7D7. Windows color (decimal): -340305 or 11521786. OLE color: 11521786.

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

Color convert

RGB 250 206 175 -
CMYK 0 0.18 0.3 0.02
HSL 24.8º 0.88% 0.83% -
HSV(B) 24.8º 0.3% 0.98% -
XYZ 69.23 67.56 49.95 -
YUV 215.62 105.08 152.52 -
System Red Green Blue C M Y K H S L
Decimal 250 206 175 0 0.18 0.3 0.02 24.8 0.88 0.83
Hex FA CE AF 0 12 1E 2 19 58 53
Octal 372 316 257 0 22 36 2 31 130 123
Binary 11111010 11001110 10101111 0 10010 11110 10 11001 1011000 1010011

Color Harmonies of #FACEAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FACEAF

Black with #FACEAF

Text Example


Text Example

White with #FACEAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FACEAF; }

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

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

background-color css

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

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

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

border-color css

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

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

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