Html Css Color HEX #FBD2AB Apricot

📋 copy color: '#FBD2AB'

red 251 ◦ green 210 ◦ blue 171

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

Shades of Apricot #FBD2AB

Tints of Apricot #FBD2AB

RGB

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

 GREEN value IS 210 (82.42% from 255) = 33.23%

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

R = 39.72%
G = 33.23%
B = 27.06%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.32

 K value IS 0.02

RGB Variations

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

Color information

#FBD2AB (or 0xFBD2AB) is known color: Apricot. HEX triplet: FB, D2 and AB. RGB value is (251,210,171). Sum of RGB (Red+Green+Blue) = 251+210+171=632 (83% of max value = 765). Red value is 251 (98.44% from 255 or 39.72% from 632); Green value is 210 (82.42% from 255 or 33.23% from 632); Blue value is 171 (67.19% from 255 or 27.06% from 632); Max value from RGB is 251 - color contains mainly: red. Hex color #FBD2AB is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FBD2AB is #042D54. Grayscale: #DADADA. Windows color (decimal): -273749 or 11260667. OLE color: 11260667.

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

Color convert

RGB 251 210 171 -
CMYK 0 0.16 0.32 0.02
HSL 29.25º 0.91% 0.83% -
HSV(B) 29.25º 0.32% 0.98% -
XYZ 70.18 69.54 48.25 -
YUV 217.81 101.58 151.67 -
System Red Green Blue C M Y K H S L
Decimal 251 210 171 0 0.16 0.32 0.02 29.25 0.91 0.83
Hex FB D2 AB 0 10 20 2 1D 5B 53
Octal 373 322 253 0 20 40 2 35 133 123
Binary 11111011 11010010 10101011 0 10000 100000 10 11101 1011011 1010011

Color Harmonies of #FBD2AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBD2AB

Black with #FBD2AB

Text Example


Text Example

White with #FBD2AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBD2AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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