Html Css Color HEX #FED0B6 Apricot

📋 copy color: '#FED0B6'

red 254 ◦ green 208 ◦ blue 182

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

Shades of Apricot #FED0B6

Tints of Apricot #FED0B6

RGB

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

 GREEN value IS 208 (81.64% from 255) = 32.3%

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

R = 39.44%
G = 32.3%
B = 28.26%

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

#FED0B6 (or 0xFED0B6) is known color: Apricot. HEX triplet: FE, D0 and B6. RGB value is (254,208,182). Sum of RGB (Red+Green+Blue) = 254+208+182=644 (85% of max value = 765). Red value is 254 (99.61% from 255 or 39.44% from 644); Green value is 208 (81.64% from 255 or 32.30% from 644); Blue value is 182 (71.48% from 255 or 28.26% from 644); Max value from RGB is 254 - color contains mainly: red. Hex color #FED0B6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FED0B6 is #012F49. Grayscale: #DADADA. Windows color (decimal): -77642 or 11981054. OLE color: 11981054.

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

Color convert

RGB 254 208 182 -
CMYK 0 0.18 0.28 0.00
HSL 21.67º 0.97% 0.85% -
HSV(B) 21.67º 0.28% 1% -
XYZ 71.87 69.56 53.89 -
YUV 218.79 107.24 153.11 -
System Red Green Blue C M Y K H S L
Decimal 254 208 182 0 0.18 0.28 0.00 21.67 0.97 0.85
Hex FE D0 B6 0 12 1C 0 16 61 55
Octal 376 320 266 0 22 34 0 26 141 125
Binary 11111110 11010000 10110110 0 10010 11100 0 10110 1100001 1010101

Color Harmonies of #FED0B6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FED0B6

Black with #FED0B6

Text Example


Text Example

White with #FED0B6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FED0B6; }

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

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

background-color css

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

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

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

border-color css

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

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

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