Html Css Color HEX #FACBAF Apricot

📋 copy color: '#FACBAF'

red 250 ◦ green 203 ◦ blue 175

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

Shades of Apricot #FACBAF

Tints of Apricot #FACBAF

RGB

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

 GREEN value IS 203 (79.69% from 255) = 32.32%

 BLUE value IS 175 (68.75% from 255) = 27.87%

R = 39.81%
G = 32.32%
B = 27.87%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.3

 K value IS 0.02

RGB Variations

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

Color information

#FACBAF (or 0xFACBAF) is known color: Apricot. HEX triplet: FA, CB and AF. RGB value is (250,203,175). Sum of RGB (Red+Green+Blue) = 250+203+175=628 (83% of max value = 765). Red value is 250 (98.05% from 255 or 39.81% from 628); Green value is 203 (79.69% from 255 or 32.32% from 628); Blue value is 175 (68.75% from 255 or 27.87% from 628); Max value from RGB is 250 - color contains mainly: red. Hex color #FACBAF is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FACBAF is #053450. Grayscale: #D6D6D6. Windows color (decimal): -341073 or 11521018. OLE color: 11521018.

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

Color convert

RGB 250 203 175 -
CMYK 0 0.19 0.3 0.02
HSL 22.4º 0.88% 0.83% -
HSV(B) 22.4º 0.3% 0.98% -
XYZ 68.52 66.13 49.71 -
YUV 213.86 106.07 153.78 -
System Red Green Blue C M Y K H S L
Decimal 250 203 175 0 0.19 0.3 0.02 22.4 0.88 0.83
Hex FA CB AF 0 13 1E 2 16 58 53
Octal 372 313 257 0 23 36 2 26 130 123
Binary 11111010 11001011 10101111 0 10011 11110 10 10110 1011000 1010011

Color Harmonies of #FACBAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FACBAF

Black with #FACBAF

Text Example


Text Example

White with #FACBAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FACBAF; }

 p { color: rgb(250,203,175); }

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

background-color css

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

 a { background-color: rgb(250,203,175); }

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

border-color css

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

 span { border-color: rgb(250,203,175); }

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