Html Css Color HEX #FACFAC Apricot

📋 copy color: '#FACFAC'

red 250 ◦ green 207 ◦ blue 172

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

Shades of Apricot #FACFAC

Tints of Apricot #FACFAC

RGB

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

 GREEN value IS 207 (81.25% from 255) = 32.91%

 BLUE value IS 172 (67.58% from 255) = 27.34%

R = 39.75%
G = 32.91%
B = 27.34%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.31

 K value IS 0.02

RGB Variations

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

Color information

#FACFAC (or 0xFACFAC) is known color: Apricot. HEX triplet: FA, CF and AC. RGB value is (250,207,172). Sum of RGB (Red+Green+Blue) = 250+207+172=629 (83% of max value = 765). Red value is 250 (98.05% from 255 or 39.75% from 629); Green value is 207 (81.25% from 255 or 32.91% from 629); Blue value is 172 (67.58% from 255 or 27.34% from 629); Max value from RGB is 250 - color contains mainly: red. Hex color #FACFAC is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FACFAC is #053053. Grayscale: #D8D8D8. Windows color (decimal): -340052 or 11325434. OLE color: 11325434.

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

Color convert

RGB 250 207 172 -
CMYK 0 0.17 0.31 0.02
HSL 26.92º 0.89% 0.83% -
HSV(B) 26.92º 0.31% 0.98% -
XYZ 69.18 67.93 48.49 -
YUV 215.87 103.25 152.35 -
System Red Green Blue C M Y K H S L
Decimal 250 207 172 0 0.17 0.31 0.02 26.92 0.89 0.83
Hex FA CF AC 0 11 1F 2 1B 59 53
Octal 372 317 254 0 21 37 2 33 131 123
Binary 11111010 11001111 10101100 0 10001 11111 10 11011 1011001 1010011

Color Harmonies of #FACFAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FACFAC

Black with #FACFAC

Text Example


Text Example

White with #FACFAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FACFAC; }

 p { color: rgb(250,207,172); }

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

background-color css

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

 a { background-color: rgb(250,207,172); }

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

border-color css

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

 span { border-color: rgb(250,207,172); }

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