Html Css Color HEX #FBCEAC Apricot

📋 copy color: '#FBCEAC'

red 251 ◦ green 206 ◦ blue 172

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

Shades of Apricot #FBCEAC

Tints of Apricot #FBCEAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 27.34%

R = 39.9%
G = 32.75%
B = 27.34%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.31

 K value IS 0.02

RGB Variations

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

Color information

#FBCEAC (or 0xFBCEAC) is known color: Apricot. HEX triplet: FB, CE and AC. RGB value is (251,206,172). Sum of RGB (Red+Green+Blue) = 251+206+172=629 (83% of max value = 765). Red value is 251 (98.44% from 255 or 39.90% from 629); Green value is 206 (80.86% from 255 or 32.75% from 629); Blue value is 172 (67.58% from 255 or 27.34% from 629); Max value from RGB is 251 - color contains mainly: red. Hex color #FBCEAC is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FBCEAC is #043153. Grayscale: #D7D7D7. Windows color (decimal): -274772 or 11325179. OLE color: 11325179.

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

Color convert

RGB 251 206 172 -
CMYK 0 0.18 0.31 0.02
HSL 25.82º 0.91% 0.83% -
HSV(B) 25.82º 0.31% 0.98% -
XYZ 69.3 67.63 48.43 -
YUV 215.58 103.41 153.26 -
System Red Green Blue C M Y K H S L
Decimal 251 206 172 0 0.18 0.31 0.02 25.82 0.91 0.83
Hex FB CE AC 0 12 1F 2 1A 5B 53
Octal 373 316 254 0 22 37 2 32 133 123
Binary 11111011 11001110 10101100 0 10010 11111 10 11010 1011011 1010011

Color Harmonies of #FBCEAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBCEAC

Black with #FBCEAC

Text Example


Text Example

White with #FBCEAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBCEAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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