Html Css Color HEX #FECFB6 Apricot

📋 copy color: '#FECFB6'

red 254 ◦ green 207 ◦ blue 182

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

Shades of Apricot #FECFB6

Tints of Apricot #FECFB6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 28.3%

R = 39.5%
G = 32.19%
B = 28.3%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.28

 K value IS 0.00

RGB Variations

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

Color information

#FECFB6 (or 0xFECFB6) is known color: Apricot. HEX triplet: FE, CF and B6. RGB value is (254,207,182). Sum of RGB (Red+Green+Blue) = 254+207+182=643 (85% of max value = 765). Red value is 254 (99.61% from 255 or 39.50% from 643); Green value is 207 (81.25% from 255 or 32.19% from 643); Blue value is 182 (71.48% from 255 or 28.30% from 643); Max value from RGB is 254 - color contains mainly: red. Hex color #FECFB6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FECFB6 is #013049. Grayscale: #DADADA. Windows color (decimal): -77898 or 11980798. OLE color: 11980798.

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

Color convert

RGB 254 207 182 -
CMYK 0 0.19 0.28 0.00
HSL 20.83º 0.97% 0.85% -
HSV(B) 20.83º 0.28% 1% -
XYZ 71.63 69.07 53.81 -
YUV 218.2 107.57 153.53 -
System Red Green Blue C M Y K H S L
Decimal 254 207 182 0 0.19 0.28 0.00 20.83 0.97 0.85
Hex FE CF B6 0 13 1C 0 15 61 55
Octal 376 317 266 0 23 34 0 25 141 125
Binary 11111110 11001111 10110110 0 10011 11100 0 10101 1100001 1010101

Color Harmonies of #FECFB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FECFB6

Black with #FECFB6

Text Example


Text Example

White with #FECFB6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FECFB6; }

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

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

background-color css

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

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

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

border-color css

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

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

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