Html Css Color HEX #FED2B1 Apricot

📋 copy color: '#FED2B1'

red 254 ◦ green 210 ◦ blue 177

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

Shades of Apricot #FED2B1

Tints of Apricot #FED2B1

RGB

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

 GREEN value IS 210 (82.42% from 255) = 32.76%

 BLUE value IS 177 (69.53% from 255) = 27.61%

R = 39.63%
G = 32.76%
B = 27.61%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.30

 K value IS 0.00

RGB Variations

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

Color information

#FED2B1 (or 0xFED2B1) is known color: Apricot. HEX triplet: FE, D2 and B1. RGB value is (254,210,177). Sum of RGB (Red+Green+Blue) = 254+210+177=641 (84% of max value = 765). Red value is 254 (99.61% from 255 or 39.63% from 641); Green value is 210 (82.42% from 255 or 32.76% from 641); Blue value is 177 (69.53% from 255 or 27.61% from 641); Max value from RGB is 254 - color contains mainly: red. Hex color #FED2B1 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FED2B1 is #012D4E. Grayscale: #DBDBDB. Windows color (decimal): -77135 or 11653886. OLE color: 11653886.

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

Color convert

RGB 254 210 177 -
CMYK 0 0.17 0.30 0.00
HSL 25.71º 0.97% 0.85% -
HSV(B) 25.71º 0.3% 1% -
XYZ 71.86 70.34 51.38 -
YUV 219.39 104.08 152.68 -
System Red Green Blue C M Y K H S L
Decimal 254 210 177 0 0.17 0.30 0.00 25.71 0.97 0.85
Hex FE D2 B1 0 11 1E 0 1A 61 55
Octal 376 322 261 0 21 36 0 32 141 125
Binary 11111110 11010010 10110001 0 10001 11110 0 11010 1100001 1010101

Color Harmonies of #FED2B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FED2B1

Black with #FED2B1

Text Example


Text Example

White with #FED2B1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FED2B1; }

 p { color: rgb(254,210,177); }

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

background-color css

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

 a { background-color: rgb(254,210,177); }

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

border-color css

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

 span { border-color: rgb(254,210,177); }

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