Html Css Color HEX #FACDAC Apricot

📋 copy color: '#FACDAC'

red 250 ◦ green 205 ◦ blue 172

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

Shades of Apricot #FACDAC

Tints of Apricot #FACDAC

RGB

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

 GREEN value IS 205 (80.47% from 255) = 32.7%

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

R = 39.87%
G = 32.7%
B = 27.43%

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

#FACDAC (or 0xFACDAC) is known color: Apricot. HEX triplet: FA, CD and AC. RGB value is (250,205,172). Sum of RGB (Red+Green+Blue) = 250+205+172=627 (83% of max value = 765). Red value is 250 (98.05% from 255 or 39.87% from 627); Green value is 205 (80.47% from 255 or 32.70% from 627); Blue value is 172 (67.58% from 255 or 27.43% from 627); Max value from RGB is 250 - color contains mainly: red. Hex color #FACDAC is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FACDAC is #053253. Grayscale: #D6D6D6. Windows color (decimal): -340564 or 11324922. OLE color: 11324922.

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

Color convert

RGB 250 205 172 -
CMYK 0 0.18 0.31 0.02
HSL 25.38º 0.89% 0.83% -
HSV(B) 25.38º 0.31% 0.98% -
XYZ 68.7 66.97 48.33 -
YUV 214.69 103.91 153.18 -
System Red Green Blue C M Y K H S L
Decimal 250 205 172 0 0.18 0.31 0.02 25.38 0.89 0.83
Hex FA CD AC 0 12 1F 2 19 59 53
Octal 372 315 254 0 22 37 2 31 131 123
Binary 11111010 11001101 10101100 0 10010 11111 10 11001 1011001 1010011

Color Harmonies of #FACDAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FACDAC

Black with #FACDAC

Text Example


Text Example

White with #FACDAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FACDAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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