Html Css Color HEX #FECEB4 Apricot

📋 copy color: '#FECEB4'

red 254 ◦ green 206 ◦ blue 180

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

Shades of Apricot #FECEB4

Tints of Apricot #FECEB4

RGB

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

 GREEN value IS 206 (80.86% from 255) = 32.19%

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

R = 39.69%
G = 32.19%
B = 28.13%

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

#FECEB4 (or 0xFECEB4) is known color: Apricot. HEX triplet: FE, CE and B4. RGB value is (254,206,180). Sum of RGB (Red+Green+Blue) = 254+206+180=640 (84% of max value = 765). Red value is 254 (99.61% from 255 or 39.69% from 640); Green value is 206 (80.86% from 255 or 32.19% from 640); Blue value is 180 (70.70% from 255 or 28.12% from 640); Max value from RGB is 254 - color contains mainly: red. Hex color #FECEB4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FECEB4 is #01314B. Grayscale: #D9D9D9. Windows color (decimal): -78156 or 11849470. OLE color: 11849470.

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

Color convert

RGB 254 206 180 -
CMYK 0 0.19 0.29 0.00
HSL 21.08º 0.97% 0.85% -
HSV(B) 21.08º 0.29% 1% -
XYZ 71.18 68.51 52.65 -
YUV 217.39 106.9 154.11 -
System Red Green Blue C M Y K H S L
Decimal 254 206 180 0 0.19 0.29 0.00 21.08 0.97 0.85
Hex FE CE B4 0 13 1D 0 15 61 55
Octal 376 316 264 0 23 35 0 25 141 125
Binary 11111110 11001110 10110100 0 10011 11101 0 10101 1100001 1010101

Color Harmonies of #FECEB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FECEB4

Black with #FECEB4

Text Example


Text Example

White with #FECEB4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FECEB4; }

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

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

background-color css

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

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

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

border-color css

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

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

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