Html Css Color HEX #FED4B2 Apricot

📋 copy color: '#FED4B2'

red 254 ◦ green 212 ◦ blue 178

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

Shades of Apricot #FED4B2

Tints of Apricot #FED4B2

RGB

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

 GREEN value IS 212 (83.2% from 255) = 32.92%

 BLUE value IS 178 (69.92% from 255) = 27.64%

R = 39.44%
G = 32.92%
B = 27.64%

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

#FED4B2 (or 0xFED4B2) is known color: Apricot. HEX triplet: FE, D4 and B2. RGB value is (254,212,178). Sum of RGB (Red+Green+Blue) = 254+212+178=644 (85% of max value = 765). Red value is 254 (99.61% from 255 or 39.44% from 644); Green value is 212 (83.20% from 255 or 32.92% from 644); Blue value is 178 (69.92% from 255 or 27.64% from 644); Max value from RGB is 254 - color contains mainly: red. Hex color #FED4B2 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FED4B2 is #012B4D. Grayscale: #DCDCDC. Windows color (decimal): -76622 or 11719934. OLE color: 11719934.

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

Color convert

RGB 254 212 178 -
CMYK 0 0.17 0.30 0.00
HSL 26.84º 0.97% 0.85% -
HSV(B) 26.84º 0.3% 1% -
XYZ 72.45 71.37 52.08 -
YUV 220.68 103.91 151.76 -
System Red Green Blue C M Y K H S L
Decimal 254 212 178 0 0.17 0.30 0.00 26.84 0.97 0.85
Hex FE D4 B2 0 11 1E 0 1B 61 55
Octal 376 324 262 0 21 36 0 33 141 125
Binary 11111110 11010100 10110010 0 10001 11110 0 11011 1100001 1010101

Color Harmonies of #FED4B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FED4B2

Black with #FED4B2

Text Example


Text Example

White with #FED4B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FED4B2; }

 p { color: rgb(254,212,178); }

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

background-color css

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

 a { background-color: rgb(254,212,178); }

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

border-color css

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

 span { border-color: rgb(254,212,178); }

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