Html Css Color HEX #FECFB4 Apricot

📋 copy color: '#FECFB4'

red 254 ◦ green 207 ◦ blue 180

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

Shades of Apricot #FECFB4

Tints of Apricot #FECFB4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 28.08%

R = 39.63%
G = 32.29%
B = 28.08%

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

#FECFB4 (or 0xFECFB4) is known color: Apricot. HEX triplet: FE, CF and B4. RGB value is (254,207,180). Sum of RGB (Red+Green+Blue) = 254+207+180=641 (84% of max value = 765). Red value is 254 (99.61% from 255 or 39.63% from 641); Green value is 207 (81.25% from 255 or 32.29% from 641); Blue value is 180 (70.70% from 255 or 28.08% from 641); Max value from RGB is 254 - color contains mainly: red. Hex color #FECFB4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FECFB4 is #01304B. Grayscale: #DADADA. Windows color (decimal): -77900 or 11849726. OLE color: 11849726.

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

Color convert

RGB 254 207 180 -
CMYK 0 0.19 0.29 0.00
HSL 21.89º 0.97% 0.85% -
HSV(B) 21.89º 0.29% 1% -
XYZ 71.42 68.99 52.73 -
YUV 217.98 106.57 153.7 -
System Red Green Blue C M Y K H S L
Decimal 254 207 180 0 0.19 0.29 0.00 21.89 0.97 0.85
Hex FE CF B4 0 13 1D 0 16 61 55
Octal 376 317 264 0 23 35 0 26 141 125
Binary 11111110 11001111 10110100 0 10011 11101 0 10110 1100001 1010101

Color Harmonies of #FECFB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FECFB4

Black with #FECFB4

Text Example


Text Example

White with #FECFB4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FECFB4; }

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

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

background-color css

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

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

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

border-color css

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

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

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