Html Css Color HEX #FACAAF Apricot

📋 copy color: '#FACAAF'

red 250 ◦ green 202 ◦ blue 175

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

Shades of Apricot #FACAAF

Tints of Apricot #FACAAF

RGB

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

 GREEN value IS 202 (79.3% from 255) = 32.22%

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

R = 39.87%
G = 32.22%
B = 27.91%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.3

 K value IS 0.02

RGB Variations

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

Color information

#FACAAF (or 0xFACAAF) is known color: Apricot. HEX triplet: FA, CA and AF. RGB value is (250,202,175). Sum of RGB (Red+Green+Blue) = 250+202+175=627 (83% of max value = 765). Red value is 250 (98.05% from 255 or 39.87% from 627); Green value is 202 (79.30% from 255 or 32.22% from 627); Blue value is 175 (68.75% from 255 or 27.91% from 627); Max value from RGB is 250 - color contains mainly: red. Hex color #FACAAF is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FACAAF is #053550. Grayscale: #D5D5D5. Windows color (decimal): -341329 or 11520762. OLE color: 11520762.

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

Color convert

RGB 250 202 175 -
CMYK 0 0.19 0.3 0.02
HSL 21.6º 0.88% 0.83% -
HSV(B) 21.6º 0.3% 0.98% -
XYZ 68.28 65.66 49.63 -
YUV 213.27 106.4 154.2 -
System Red Green Blue C M Y K H S L
Decimal 250 202 175 0 0.19 0.3 0.02 21.6 0.88 0.83
Hex FA CA AF 0 13 1E 2 16 58 53
Octal 372 312 257 0 23 36 2 26 130 123
Binary 11111010 11001010 10101111 0 10011 11110 10 10110 1011000 1010011

Color Harmonies of #FACAAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FACAAF

Black with #FACAAF

Text Example


Text Example

White with #FACAAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FACAAF; }

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

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

background-color css

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

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

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

border-color css

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

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

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