Html Css Color HEX #FED2B6 Apricot

📋 copy color: '#FED2B6'

red 254 ◦ green 210 ◦ blue 182

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

Shades of Apricot #FED2B6

Tints of Apricot #FED2B6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 28.17%

R = 39.32%
G = 32.51%
B = 28.17%

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

#FED2B6 (or 0xFED2B6) is known color: Apricot. HEX triplet: FE, D2 and B6. RGB value is (254,210,182). Sum of RGB (Red+Green+Blue) = 254+210+182=646 (85% of max value = 765). Red value is 254 (99.61% from 255 or 39.32% from 646); Green value is 210 (82.42% from 255 or 32.51% from 646); Blue value is 182 (71.48% from 255 or 28.17% from 646); Max value from RGB is 254 - color contains mainly: red. Hex color #FED2B6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FED2B6 is #012D49. Grayscale: #DCDCDC. Windows color (decimal): -77130 or 11981566. OLE color: 11981566.

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

Color convert

RGB 254 210 182 -
CMYK 0 0.17 0.28 0.00
HSL 23.33º 0.97% 0.85% -
HSV(B) 23.33º 0.28% 1% -
XYZ 72.36 70.54 54.06 -
YUV 219.96 106.58 152.28 -
System Red Green Blue C M Y K H S L
Decimal 254 210 182 0 0.17 0.28 0.00 23.33 0.97 0.85
Hex FE D2 B6 0 11 1C 0 17 61 55
Octal 376 322 266 0 21 34 0 27 141 125
Binary 11111110 11010010 10110110 0 10001 11100 0 10111 1100001 1010101

Color Harmonies of #FED2B6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FED2B6

Black with #FED2B6

Text Example


Text Example

White with #FED2B6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FED2B6; }

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

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

background-color css

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

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

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

border-color css

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

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

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