Html Css Color HEX #FBC5AC Apricot

📋 copy color: '#FBC5AC'

red 251 ◦ green 197 ◦ blue 172

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

Shades of Apricot #FBC5AC

Tints of Apricot #FBC5AC

RGB

 RED value IS 251 (98.44% from 255) = 40.48%

 GREEN value IS 197 (77.34% from 255) = 31.77%

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

R = 40.48%
G = 31.77%
B = 27.74%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.31

 K value IS 0.02

RGB Variations

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

Color information

#FBC5AC (or 0xFBC5AC) is known color: Apricot. HEX triplet: FB, C5 and AC. RGB value is (251,197,172). Sum of RGB (Red+Green+Blue) = 251+197+172=620 (82% of max value = 765). Red value is 251 (98.44% from 255 or 40.48% from 620); Green value is 197 (77.34% from 255 or 31.77% from 620); Blue value is 172 (67.58% from 255 or 27.74% from 620); Max value from RGB is 251 - color contains mainly: red. Hex color #FBC5AC is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FBC5AC is #043A53. Grayscale: #D2D2D2. Windows color (decimal): -277076 or 11322875. OLE color: 11322875.

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

Color convert

RGB 251 197 172 -
CMYK 0 0.22 0.31 0.02
HSL 18.99º 0.91% 0.83% -
HSV(B) 18.99º 0.31% 0.98% -
XYZ 67.2 63.42 47.73 -
YUV 210.3 106.39 157.03 -
System Red Green Blue C M Y K H S L
Decimal 251 197 172 0 0.22 0.31 0.02 18.99 0.91 0.83
Hex FB C5 AC 0 16 1F 2 13 5B 53
Octal 373 305 254 0 26 37 2 23 133 123
Binary 11111011 11000101 10101100 0 10110 11111 10 10011 1011011 1010011

Color Harmonies of #FBC5AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBC5AC

Black with #FBC5AC

Text Example


Text Example

White with #FBC5AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBC5AC; }

 p { color: rgb(251,197,172); }

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

background-color css

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

 a { background-color: rgb(251,197,172); }

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

border-color css

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

 span { border-color: rgb(251,197,172); }

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