Html Css Color HEX #FECFB5 Apricot

📋 copy color: '#FECFB5'

red 254 ◦ green 207 ◦ blue 181

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

Shades of Apricot #FECFB5

Tints of Apricot #FECFB5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 28.19%

R = 39.56%
G = 32.24%
B = 28.19%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.29

 K value IS 0.00

RGB Variations

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

Color information

#FECFB5 (or 0xFECFB5) is known color: Apricot. HEX triplet: FE, CF and B5. RGB value is (254,207,181). Sum of RGB (Red+Green+Blue) = 254+207+181=642 (85% of max value = 765). Red value is 254 (99.61% from 255 or 39.56% from 642); Green value is 207 (81.25% from 255 or 32.24% from 642); Blue value is 181 (71.09% from 255 or 28.19% from 642); Max value from RGB is 254 - color contains mainly: red. Hex color #FECFB5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FECFB5 is #01304A. Grayscale: #DADADA. Windows color (decimal): -77899 or 11915262. OLE color: 11915262.

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

Color convert

RGB 254 207 181 -
CMYK 0 0.19 0.29 0.00
HSL 21.37º 0.97% 0.85% -
HSV(B) 21.37º 0.29% 1% -
XYZ 71.53 69.03 53.27 -
YUV 218.09 107.07 153.61 -
System Red Green Blue C M Y K H S L
Decimal 254 207 181 0 0.19 0.29 0.00 21.37 0.97 0.85
Hex FE CF B5 0 13 1D 0 15 61 55
Octal 376 317 265 0 23 35 0 25 141 125
Binary 11111110 11001111 10110101 0 10011 11101 0 10101 1100001 1010101

Color Harmonies of #FECFB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FECFB5

Black with #FECFB5

Text Example


Text Example

White with #FECFB5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FECFB5; }

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

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

background-color css

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

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

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

border-color css

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

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

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