Html Css Color HEX #FECBB1 Apricot

📋 copy color: '#FECBB1'

red 254 ◦ green 203 ◦ blue 177

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

Shades of Apricot #FECBB1

Tints of Apricot #FECBB1

RGB

 RED value IS 254 (99.61% from 255) = 40.06%

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

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

R = 40.06%
G = 32.02%
B = 27.92%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.30

 K value IS 0.00

RGB Variations

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

Color information

#FECBB1 (or 0xFECBB1) is known color: Apricot. HEX triplet: FE, CB and B1. RGB value is (254,203,177). Sum of RGB (Red+Green+Blue) = 254+203+177=634 (83% of max value = 765). Red value is 254 (99.61% from 255 or 40.06% from 634); Green value is 203 (79.69% from 255 or 32.02% from 634); Blue value is 177 (69.53% from 255 or 27.92% from 634); Max value from RGB is 254 - color contains mainly: red. Hex color #FECBB1 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FECBB1 is #01344E. Grayscale: #D7D7D7. Windows color (decimal): -78927 or 11652094. OLE color: 11652094.

HSL color Cylindrical-coordinate representation of color #FECBB1: hue angle of 20.26º degrees, saturation: 0.97, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #FECBB1 is Cyan = 0, Magento = 0.20, Yellow = 0.30 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 203 177 -
CMYK 0 0.20 0.30 0.00
HSL 20.26º 0.97% 0.85% -
HSV(B) 20.26º 0.3% 1% -
XYZ 70.16 66.96 50.82 -
YUV 215.29 106.4 155.61 -
System Red Green Blue C M Y K H S L
Decimal 254 203 177 0 0.20 0.30 0.00 20.26 0.97 0.85
Hex FE CB B1 0 14 1E 0 14 61 55
Octal 376 313 261 0 24 36 0 24 141 125
Binary 11111110 11001011 10110001 0 10100 11110 0 10100 1100001 1010101

Color Harmonies of #FECBB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FECBB1

Black with #FECBB1

Text Example


Text Example

White with #FECBB1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FECBB1; }

 p { color: rgb(254,203,177); }

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

background-color css

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

 a { background-color: rgb(254,203,177); }

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

border-color css

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

 span { border-color: rgb(254,203,177); }

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