Html Css Color HEX #FBCEB1 Apricot

📋 copy color: '#FBCEB1'

red 251 ◦ green 206 ◦ blue 177

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

Shades of Apricot #FBCEB1

Tints of Apricot #FBCEB1

RGB

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

 GREEN value IS 206 (80.86% from 255) = 32.49%

 BLUE value IS 177 (69.53% from 255) = 27.92%

R = 39.59%
G = 32.49%
B = 27.92%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.29

 K value IS 0.02

RGB Variations

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

Color information

#FBCEB1 (or 0xFBCEB1) is known color: Apricot. HEX triplet: FB, CE and B1. RGB value is (251,206,177). Sum of RGB (Red+Green+Blue) = 251+206+177=634 (83% of max value = 765). Red value is 251 (98.44% from 255 or 39.59% from 634); Green value is 206 (80.86% from 255 or 32.49% from 634); Blue value is 177 (69.53% from 255 or 27.92% from 634); Max value from RGB is 251 - color contains mainly: red. Hex color #FBCEB1 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FBCEB1 is #04314E. Grayscale: #D8D8D8. Windows color (decimal): -274767 or 11652859. OLE color: 11652859.

HSL color Cylindrical-coordinate representation of color #FBCEB1: hue angle of 23.51º degrees, saturation: 0.9, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #FBCEB1 is Cyan = 0, Magento = 0.18, Yellow = 0.29 and Black (K on CMYK) = 0.02.

Color convert

RGB 251 206 177 -
CMYK 0 0.18 0.29 0.02
HSL 23.51º 0.9% 0.84% -
HSV(B) 23.51º 0.29% 0.98% -
XYZ 69.79 67.83 51.01 -
YUV 216.15 105.91 152.86 -
System Red Green Blue C M Y K H S L
Decimal 251 206 177 0 0.18 0.29 0.02 23.51 0.9 0.84
Hex FB CE B1 0 12 1D 2 18 5A 54
Octal 373 316 261 0 22 35 2 30 132 124
Binary 11111011 11001110 10110001 0 10010 11101 10 11000 1011010 1010100

Color Harmonies of #FBCEB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBCEB1

Black with #FBCEB1

Text Example


Text Example

White with #FBCEB1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBCEB1; }

 p { color: rgb(251,206,177); }

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

background-color css

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

 a { background-color: rgb(251,206,177); }

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

border-color css

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

 span { border-color: rgb(251,206,177); }

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