Html Css Color HEX #FACAB5 Apricot

📋 copy color: '#FACAB5'

red 250 ◦ green 202 ◦ blue 181

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

Shades of Apricot #FACAB5

Tints of Apricot #FACAB5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 28.59%

R = 39.49%
G = 31.91%
B = 28.59%

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

#FACAB5 (or 0xFACAB5) is known color: Apricot. HEX triplet: FA, CA and B5. RGB value is (250,202,181). Sum of RGB (Red+Green+Blue) = 250+202+181=633 (83% of max value = 765). Red value is 250 (98.05% from 255 or 39.49% from 633); Green value is 202 (79.30% from 255 or 31.91% from 633); Blue value is 181 (71.09% from 255 or 28.59% from 633); Max value from RGB is 250 - color contains mainly: red. Hex color #FACAB5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FACAB5 is #05354A. Grayscale: #D6D6D6. Windows color (decimal): -341323 or 11913978. OLE color: 11913978.

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

Color convert

RGB 250 202 181 -
CMYK 0 0.19 0.28 0.02
HSL 18.26º 0.87% 0.85% -
HSV(B) 18.26º 0.28% 0.98% -
XYZ 68.89 65.9 52.81 -
YUV 213.96 109.4 153.71 -
System Red Green Blue C M Y K H S L
Decimal 250 202 181 0 0.19 0.28 0.02 18.26 0.87 0.85
Hex FA CA B5 0 13 1C 2 12 57 55
Octal 372 312 265 0 23 34 2 22 127 125
Binary 11111010 11001010 10110101 0 10011 11100 10 10010 1010111 1010101

Color Harmonies of #FACAB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FACAB5

Black with #FACAB5

Text Example


Text Example

White with #FACAB5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FACAB5; }

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

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

background-color css

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

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

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

border-color css

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

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

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