Html Css Color HEX #FACCAC Apricot

📋 copy color: '#FACCAC'

red 250 ◦ green 204 ◦ blue 172

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

Shades of Apricot #FACCAC

Tints of Apricot #FACCAC

RGB

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

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

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

R = 39.94%
G = 32.59%
B = 27.48%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.31

 K value IS 0.02

RGB Variations

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

Color information

#FACCAC (or 0xFACCAC) is known color: Apricot. HEX triplet: FA, CC and AC. RGB value is (250,204,172). Sum of RGB (Red+Green+Blue) = 250+204+172=626 (82% of max value = 765). Red value is 250 (98.05% from 255 or 39.94% from 626); Green value is 204 (80.08% from 255 or 32.59% from 626); Blue value is 172 (67.58% from 255 or 27.48% from 626); Max value from RGB is 250 - color contains mainly: red. Hex color #FACCAC is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FACCAC is #053353. Grayscale: #D6D6D6. Windows color (decimal): -340820 or 11324666. OLE color: 11324666.

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

Color convert

RGB 250 204 172 -
CMYK 0 0.18 0.31 0.02
HSL 24.62º 0.89% 0.83% -
HSV(B) 24.62º 0.31% 0.98% -
XYZ 68.46 66.49 48.25 -
YUV 214.11 104.24 153.6 -
System Red Green Blue C M Y K H S L
Decimal 250 204 172 0 0.18 0.31 0.02 24.62 0.89 0.83
Hex FA CC AC 0 12 1F 2 19 59 53
Octal 372 314 254 0 22 37 2 31 131 123
Binary 11111010 11001100 10101100 0 10010 11111 10 11001 1011001 1010011

Color Harmonies of #FACCAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FACCAC

Black with #FACCAC

Text Example


Text Example

White with #FACCAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FACCAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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