Html Css Color HEX #FBCBAB Apricot

📋 copy color: '#FBCBAB'

red 251 ◦ green 203 ◦ blue 171

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

Shades of Apricot #FBCBAB

Tints of Apricot #FBCBAB

RGB

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

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

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

R = 40.16%
G = 32.48%
B = 27.36%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.32

 K value IS 0.02

RGB Variations

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

Color information

#FBCBAB (or 0xFBCBAB) is known color: Apricot. HEX triplet: FB, CB and AB. RGB value is (251,203,171). Sum of RGB (Red+Green+Blue) = 251+203+171=625 (82% of max value = 765). Red value is 251 (98.44% from 255 or 40.16% from 625); Green value is 203 (79.69% from 255 or 32.48% from 625); Blue value is 171 (67.19% from 255 or 27.36% from 625); Max value from RGB is 251 - color contains mainly: red. Hex color #FBCBAB is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FBCBAB is #043454. Grayscale: #D5D5D5. Windows color (decimal): -275541 or 11258875. OLE color: 11258875.

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

Color convert

RGB 251 203 171 -
CMYK 0 0.19 0.32 0.02
HSL 24º 0.91% 0.83% -
HSV(B) 24º 0.32% 0.98% -
XYZ 68.49 66.16 47.69 -
YUV 213.7 103.9 154.6 -
System Red Green Blue C M Y K H S L
Decimal 251 203 171 0 0.19 0.32 0.02 24 0.91 0.83
Hex FB CB AB 0 13 20 2 18 5B 53
Octal 373 313 253 0 23 40 2 30 133 123
Binary 11111011 11001011 10101011 0 10011 100000 10 11000 1011011 1010011

Color Harmonies of #FBCBAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBCBAB

Black with #FBCBAB

Text Example


Text Example

White with #FBCBAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBCBAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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