Html Css Color HEX #FECBB7 Apricot

📋 copy color: '#FECBB7'

red 254 ◦ green 203 ◦ blue 183

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

Shades of Apricot #FECBB7

Tints of Apricot #FECBB7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 28.59%

R = 39.69%
G = 31.72%
B = 28.59%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.28

 K value IS 0.00

RGB Variations

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

Color information

#FECBB7 (or 0xFECBB7) is known color: Apricot. HEX triplet: FE, CB and B7. RGB value is (254,203,183). Sum of RGB (Red+Green+Blue) = 254+203+183=640 (84% of max value = 765). Red value is 254 (99.61% from 255 or 39.69% from 640); Green value is 203 (79.69% from 255 or 31.72% from 640); Blue value is 183 (71.88% from 255 or 28.59% from 640); Max value from RGB is 254 - color contains mainly: red. Hex color #FECBB7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FECBB7 is #013448. Grayscale: #D8D8D8. Windows color (decimal): -78921 or 12045310. OLE color: 12045310.

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

Color convert

RGB 254 203 183 -
CMYK 0 0.20 0.28 0.00
HSL 16.9º 0.97% 0.86% -
HSV(B) 16.9º 0.28% 1% -
XYZ 70.78 67.2 54.04 -
YUV 215.97 109.4 155.13 -
System Red Green Blue C M Y K H S L
Decimal 254 203 183 0 0.20 0.28 0.00 16.9 0.97 0.86
Hex FE CB B7 0 14 1C 0 11 61 56
Octal 376 313 267 0 24 34 0 21 141 126
Binary 11111110 11001011 10110111 0 10100 11100 0 10001 1100001 1010110

Color Harmonies of #FECBB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FECBB7

Black with #FECBB7

Text Example


Text Example

White with #FECBB7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FECBB7; }

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

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

background-color css

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

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

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

border-color css

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

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

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