Html Css Color HEX #FECFAC Apricot

📋 copy color: '#FECFAC'

red 254 ◦ green 207 ◦ blue 172

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

Shades of Apricot #FECFAC

Tints of Apricot #FECFAC

RGB

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

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

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

R = 40.13%
G = 32.7%
B = 27.17%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.32

 K value IS 0.00

RGB Variations

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

Color information

#FECFAC (or 0xFECFAC) is known color: Apricot. HEX triplet: FE, CF and AC. RGB value is (254,207,172). Sum of RGB (Red+Green+Blue) = 254+207+172=633 (83% of max value = 765). Red value is 254 (99.61% from 255 or 40.13% from 633); Green value is 207 (81.25% from 255 or 32.70% from 633); Blue value is 172 (67.58% from 255 or 27.17% from 633); Max value from RGB is 254 - color contains mainly: red. Hex color #FECFAC is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FECFAC is #013053. Grayscale: #D9D9D9. Windows color (decimal): -77908 or 11325438. OLE color: 11325438.

HSL color Cylindrical-coordinate representation of color #FECFAC: hue angle of 25.61º degrees, saturation: 0.98, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #FECFAC is Cyan = 0, Magento = 0.19, Yellow = 0.32 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 207 172 -
CMYK 0 0.19 0.32 0.00
HSL 25.61º 0.98% 0.84% -
HSV(B) 25.61º 0.32% 1% -
XYZ 70.63 68.68 48.56 -
YUV 217.06 102.57 154.35 -
System Red Green Blue C M Y K H S L
Decimal 254 207 172 0 0.19 0.32 0.00 25.61 0.98 0.84
Hex FE CF AC 0 13 20 0 1A 62 54
Octal 376 317 254 0 23 40 0 32 142 124
Binary 11111110 11001111 10101100 0 10011 100000 0 11010 1100010 1010100

Color Harmonies of #FECFAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FECFAC

Black with #FECFAC

Text Example


Text Example

White with #FECFAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FECFAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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