Html Css Color HEX #FBC8AB Apricot

📋 copy color: '#FBC8AB'

red 251 ◦ green 200 ◦ blue 171

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

Shades of Apricot #FBC8AB

Tints of Apricot #FBC8AB

RGB

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

 GREEN value IS 200 (78.52% from 255) = 32.15%

 BLUE value IS 171 (67.19% from 255) = 27.49%

R = 40.35%
G = 32.15%
B = 27.49%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.32

 K value IS 0.02

RGB Variations

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

Color information

#FBC8AB (or 0xFBC8AB) is known color: Apricot. HEX triplet: FB, C8 and AB. RGB value is (251,200,171). Sum of RGB (Red+Green+Blue) = 251+200+171=622 (82% of max value = 765). Red value is 251 (98.44% from 255 or 40.35% from 622); Green value is 200 (78.52% from 255 or 32.15% from 622); Blue value is 171 (67.19% from 255 or 27.49% from 622); Max value from RGB is 251 - color contains mainly: red. Hex color #FBC8AB is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FBC8AB is #043754. Grayscale: #D4D4D4. Windows color (decimal): -276309 or 11258107. OLE color: 11258107.

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

Color convert

RGB 251 200 171 -
CMYK 0 0.20 0.32 0.02
HSL 21.75º 0.91% 0.83% -
HSV(B) 21.75º 0.32% 0.98% -
XYZ 67.79 64.76 47.45 -
YUV 211.94 104.9 155.86 -
System Red Green Blue C M Y K H S L
Decimal 251 200 171 0 0.20 0.32 0.02 21.75 0.91 0.83
Hex FB C8 AB 0 14 20 2 16 5B 53
Octal 373 310 253 0 24 40 2 26 133 123
Binary 11111011 11001000 10101011 0 10100 100000 10 10110 1011011 1010011

Color Harmonies of #FBC8AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBC8AB

Black with #FBC8AB

Text Example


Text Example

White with #FBC8AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBC8AB; }

 p { color: rgb(251,200,171); }

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

background-color css

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

 a { background-color: rgb(251,200,171); }

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

border-color css

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

 span { border-color: rgb(251,200,171); }

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