Html Css Color HEX #FBC6AB Apricot

📋 copy color: '#FBC6AB'

red 251 ◦ green 198 ◦ blue 171

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

Shades of Apricot #FBC6AB

Tints of Apricot #FBC6AB

RGB

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

 GREEN value IS 198 (77.73% from 255) = 31.94%

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

R = 40.48%
G = 31.94%
B = 27.58%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.32

 K value IS 0.02

RGB Variations

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

Color information

#FBC6AB (or 0xFBC6AB) is known color: Apricot. HEX triplet: FB, C6 and AB. RGB value is (251,198,171). Sum of RGB (Red+Green+Blue) = 251+198+171=620 (82% of max value = 765). Red value is 251 (98.44% from 255 or 40.48% from 620); Green value is 198 (77.73% from 255 or 31.94% from 620); Blue value is 171 (67.19% from 255 or 27.58% from 620); Max value from RGB is 251 - color contains mainly: red. Hex color #FBC6AB is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FBC6AB is #043954. Grayscale: #D2D2D2. Windows color (decimal): -276821 or 11257595. OLE color: 11257595.

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

Color convert

RGB 251 198 171 -
CMYK 0 0.21 0.32 0.02
HSL 20.25º 0.91% 0.83% -
HSV(B) 20.25º 0.32% 0.98% -
XYZ 67.33 63.84 47.3 -
YUV 210.77 105.56 156.7 -
System Red Green Blue C M Y K H S L
Decimal 251 198 171 0 0.21 0.32 0.02 20.25 0.91 0.83
Hex FB C6 AB 0 15 20 2 14 5B 53
Octal 373 306 253 0 25 40 2 24 133 123
Binary 11111011 11000110 10101011 0 10101 100000 10 10100 1011011 1010011

Color Harmonies of #FBC6AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBC6AB

Black with #FBC6AB

Text Example


Text Example

White with #FBC6AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBC6AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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