Html Css Color HEX #FED2B7 Apricot

📋 copy color: '#FED2B7'

red 254 ◦ green 210 ◦ blue 183

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

Shades of Apricot #FED2B7

Tints of Apricot #FED2B7

RGB

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

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

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

R = 39.26%
G = 32.46%
B = 28.28%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.28

 K value IS 0.00

RGB Variations

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

Color information

#FED2B7 (or 0xFED2B7) is known color: Apricot. HEX triplet: FE, D2 and B7. RGB value is (254,210,183). Sum of RGB (Red+Green+Blue) = 254+210+183=647 (85% of max value = 765). Red value is 254 (99.61% from 255 or 39.26% from 647); Green value is 210 (82.42% from 255 or 32.46% from 647); Blue value is 183 (71.88% from 255 or 28.28% from 647); Max value from RGB is 254 - color contains mainly: red. Hex color #FED2B7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FED2B7 is #012D48. Grayscale: #DCDCDC. Windows color (decimal): -77129 or 12047102. OLE color: 12047102.

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

Color convert

RGB 254 210 183 -
CMYK 0 0.17 0.28 0.00
HSL 22.82º 0.97% 0.86% -
HSV(B) 22.82º 0.28% 1% -
XYZ 72.47 70.58 54.6 -
YUV 220.08 107.08 152.2 -
System Red Green Blue C M Y K H S L
Decimal 254 210 183 0 0.17 0.28 0.00 22.82 0.97 0.86
Hex FE D2 B7 0 11 1C 0 17 61 56
Octal 376 322 267 0 21 34 0 27 141 126
Binary 11111110 11010010 10110111 0 10001 11100 0 10111 1100001 1010110

Color Harmonies of #FED2B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FED2B7

Black with #FED2B7

Text Example


Text Example

White with #FED2B7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FED2B7; }

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

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

background-color css

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

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

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

border-color css

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

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

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