Html Css Color HEX #FECFB2 Apricot

📋 copy color: '#FECFB2'

red 254 ◦ green 207 ◦ blue 178

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

Shades of Apricot #FECFB2

Tints of Apricot #FECFB2

RGB

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

 GREEN value IS 207 (81.25% from 255) = 32.39%

 BLUE value IS 178 (69.92% from 255) = 27.86%

R = 39.75%
G = 32.39%
B = 27.86%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.30

 K value IS 0.00

RGB Variations

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

Color information

#FECFB2 (or 0xFECFB2) is known color: Apricot. HEX triplet: FE, CF and B2. RGB value is (254,207,178). Sum of RGB (Red+Green+Blue) = 254+207+178=639 (84% of max value = 765). Red value is 254 (99.61% from 255 or 39.75% from 639); Green value is 207 (81.25% from 255 or 32.39% from 639); Blue value is 178 (69.92% from 255 or 27.86% from 639); Max value from RGB is 254 - color contains mainly: red. Hex color #FECFB2 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FECFB2 is #01304D. Grayscale: #D9D9D9. Windows color (decimal): -77902 or 11718654. OLE color: 11718654.

HSL color Cylindrical-coordinate representation of color #FECFB2: hue angle of 22.89º 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 #FECFB2 is Cyan = 0, Magento = 0.19, Yellow = 0.30 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 207 178 -
CMYK 0 0.19 0.30 0.00
HSL 22.89º 0.97% 0.85% -
HSV(B) 22.89º 0.3% 1% -
XYZ 71.22 68.91 51.67 -
YUV 217.75 105.57 153.86 -
System Red Green Blue C M Y K H S L
Decimal 254 207 178 0 0.19 0.30 0.00 22.89 0.97 0.85
Hex FE CF B2 0 13 1E 0 17 61 55
Octal 376 317 262 0 23 36 0 27 141 125
Binary 11111110 11001111 10110010 0 10011 11110 0 10111 1100001 1010101

Color Harmonies of #FECFB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FECFB2

Black with #FECFB2

Text Example


Text Example

White with #FECFB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FECFB2; }

 p { color: rgb(254,207,178); }

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

background-color css

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

 a { background-color: rgb(254,207,178); }

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

border-color css

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

 span { border-color: rgb(254,207,178); }

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