Html Css Color HEX #FACCAA Apricot

📋 copy color: '#FACCAA'

red 250 ◦ green 204 ◦ blue 170

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

Shades of Apricot #FACCAA

Tints of Apricot #FACCAA

RGB

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

 GREEN value IS 204 (80.08% from 255) = 32.69%

 BLUE value IS 170 (66.8% from 255) = 27.24%

R = 40.06%
G = 32.69%
B = 27.24%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.32

 K value IS 0.02

RGB Variations

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

Color information

#FACCAA (or 0xFACCAA) is known color: Apricot. HEX triplet: FA, CC and AA. RGB value is (250,204,170). Sum of RGB (Red+Green+Blue) = 250+204+170=624 (82% of max value = 765). Red value is 250 (98.05% from 255 or 40.06% from 624); Green value is 204 (80.08% from 255 or 32.69% from 624); Blue value is 170 (66.80% from 255 or 27.24% from 624); Max value from RGB is 250 - color contains mainly: red. Hex color #FACCAA is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FACCAA is #053355. Grayscale: #D6D6D6. Windows color (decimal): -340822 or 11193594. OLE color: 11193594.

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

Color convert

RGB 250 204 170 -
CMYK 0 0.18 0.32 0.02
HSL 25.5º 0.89% 0.82% -
HSV(B) 25.5º 0.32% 0.98% -
XYZ 68.27 66.41 47.25 -
YUV 213.88 103.24 153.76 -
System Red Green Blue C M Y K H S L
Decimal 250 204 170 0 0.18 0.32 0.02 25.5 0.89 0.82
Hex FA CC AA 0 12 20 2 1A 59 52
Octal 372 314 252 0 22 40 2 32 131 122
Binary 11111010 11001100 10101010 0 10010 100000 10 11010 1011001 1010010

Color Harmonies of #FACCAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FACCAA

Black with #FACCAA

Text Example


Text Example

White with #FACCAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FACCAA; }

 p { color: rgb(250,204,170); }

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

background-color css

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

 a { background-color: rgb(250,204,170); }

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

border-color css

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

 span { border-color: rgb(250,204,170); }

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