Html Css Color HEX #FED1B7 Apricot

📋 copy color: '#FED1B7'

red 254 ◦ green 209 ◦ blue 183

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

Shades of Apricot #FED1B7

Tints of Apricot #FED1B7

RGB

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

 GREEN value IS 209 (82.03% from 255) = 32.35%

 BLUE value IS 183 (71.88% from 255) = 28.33%

R = 39.32%
G = 32.35%
B = 28.33%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.28

 K value IS 0.00

RGB Variations

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

Color information

#FED1B7 (or 0xFED1B7) is known color: Apricot. HEX triplet: FE, D1 and B7. RGB value is (254,209,183). Sum of RGB (Red+Green+Blue) = 254+209+183=646 (85% of max value = 765). Red value is 254 (99.61% from 255 or 39.32% from 646); Green value is 209 (82.03% from 255 or 32.35% from 646); Blue value is 183 (71.88% from 255 or 28.33% from 646); Max value from RGB is 254 - color contains mainly: red. Hex color #FED1B7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FED1B7 is #012E48. Grayscale: #DBDBDB. Windows color (decimal): -77385 or 12046846. OLE color: 12046846.

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

Color convert

RGB 254 209 183 -
CMYK 0 0.18 0.28 0.00
HSL 21.97º 0.97% 0.86% -
HSV(B) 21.97º 0.28% 1% -
XYZ 72.22 70.09 54.52 -
YUV 219.49 107.41 152.61 -
System Red Green Blue C M Y K H S L
Decimal 254 209 183 0 0.18 0.28 0.00 21.97 0.97 0.86
Hex FE D1 B7 0 12 1C 0 16 61 56
Octal 376 321 267 0 22 34 0 26 141 126
Binary 11111110 11010001 10110111 0 10010 11100 0 10110 1100001 1010110

Color Harmonies of #FED1B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FED1B7

Black with #FED1B7

Text Example


Text Example

White with #FED1B7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FED1B7; }

 p { color: rgb(254,209,183); }

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

background-color css

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

 a { background-color: rgb(254,209,183); }

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

border-color css

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

 span { border-color: rgb(254,209,183); }

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