Html Css Color HEX #FACAB4 Apricot

📋 copy color: '#FACAB4'

red 250 ◦ green 202 ◦ blue 180

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

Shades of Apricot #FACAB4

Tints of Apricot #FACAB4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 28.48%

R = 39.56%
G = 31.96%
B = 28.48%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.28

 K value IS 0.02

RGB Variations

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

Color information

#FACAB4 (or 0xFACAB4) is known color: Apricot. HEX triplet: FA, CA and B4. RGB value is (250,202,180). Sum of RGB (Red+Green+Blue) = 250+202+180=632 (83% of max value = 765). Red value is 250 (98.05% from 255 or 39.56% from 632); Green value is 202 (79.30% from 255 or 31.96% from 632); Blue value is 180 (70.70% from 255 or 28.48% from 632); Max value from RGB is 250 - color contains mainly: red. Hex color #FACAB4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FACAB4 is #05354B. Grayscale: #D5D5D5. Windows color (decimal): -341324 or 11848442. OLE color: 11848442.

HSL color Cylindrical-coordinate representation of color #FACAB4: hue angle of 18.86º degrees, saturation: 0.88, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #FACAB4 is Cyan = 0, Magento = 0.19, Yellow = 0.28 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 202 180 -
CMYK 0 0.19 0.28 0.02
HSL 18.86º 0.88% 0.84% -
HSV(B) 18.86º 0.28% 0.98% -
XYZ 68.78 65.86 52.27 -
YUV 213.84 108.9 153.79 -
System Red Green Blue C M Y K H S L
Decimal 250 202 180 0 0.19 0.28 0.02 18.86 0.88 0.84
Hex FA CA B4 0 13 1C 2 13 58 54
Octal 372 312 264 0 23 34 2 23 130 124
Binary 11111010 11001010 10110100 0 10011 11100 10 10011 1011000 1010100

Color Harmonies of #FACAB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FACAB4

Black with #FACAB4

Text Example


Text Example

White with #FACAB4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FACAB4; }

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

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

background-color css

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

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

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

border-color css

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

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

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