Html Css Color HEX #FBCEB0 Apricot

📋 copy color: '#FBCEB0'

red 251 ◦ green 206 ◦ blue 176

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

Shades of Apricot #FBCEB0

Tints of Apricot #FBCEB0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 27.8%

R = 39.65%
G = 32.54%
B = 27.8%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.30

 K value IS 0.02

RGB Variations

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

Color information

#FBCEB0 (or 0xFBCEB0) is known color: Apricot. HEX triplet: FB, CE and B0. RGB value is (251,206,176). Sum of RGB (Red+Green+Blue) = 251+206+176=633 (83% of max value = 765). Red value is 251 (98.44% from 255 or 39.65% from 633); Green value is 206 (80.86% from 255 or 32.54% from 633); Blue value is 176 (69.14% from 255 or 27.80% from 633); Max value from RGB is 251 - color contains mainly: red. Hex color #FBCEB0 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FBCEB0 is #04314F. Grayscale: #D8D8D8. Windows color (decimal): -274768 or 11587323. OLE color: 11587323.

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

Color convert

RGB 251 206 176 -
CMYK 0 0.18 0.30 0.02
HSL 24º 0.9% 0.84% -
HSV(B) 24º 0.3% 0.98% -
XYZ 69.69 67.79 50.49 -
YUV 216.04 105.41 152.94 -
System Red Green Blue C M Y K H S L
Decimal 251 206 176 0 0.18 0.30 0.02 24 0.9 0.84
Hex FB CE B0 0 12 1E 2 18 5A 54
Octal 373 316 260 0 22 36 2 30 132 124
Binary 11111011 11001110 10110000 0 10010 11110 10 11000 1011010 1010100

Color Harmonies of #FBCEB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBCEB0

Black with #FBCEB0

Text Example


Text Example

White with #FBCEB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBCEB0; }

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

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

background-color css

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

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

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

border-color css

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

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

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