Html Css Color HEX #FED4B4 Apricot

📋 copy color: '#FED4B4'

red 254 ◦ green 212 ◦ blue 180

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

Shades of Apricot #FED4B4

Tints of Apricot #FED4B4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 27.86%

R = 39.32%
G = 32.82%
B = 27.86%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.29

 K value IS 0.00

RGB Variations

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

Color information

#FED4B4 (or 0xFED4B4) is known color: Apricot. HEX triplet: FE, D4 and B4. RGB value is (254,212,180). Sum of RGB (Red+Green+Blue) = 254+212+180=646 (85% of max value = 765). Red value is 254 (99.61% from 255 or 39.32% from 646); Green value is 212 (83.20% from 255 or 32.82% from 646); Blue value is 180 (70.70% from 255 or 27.86% from 646); Max value from RGB is 254 - color contains mainly: red. Hex color #FED4B4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FED4B4 is #012B4B. Grayscale: #DDDDDD. Windows color (decimal): -76620 or 11851006. OLE color: 11851006.

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

Color convert

RGB 254 212 180 -
CMYK 0 0.17 0.29 0.00
HSL 25.95º 0.97% 0.85% -
HSV(B) 25.95º 0.29% 1% -
XYZ 72.65 71.45 53.14 -
YUV 220.91 104.91 151.6 -
System Red Green Blue C M Y K H S L
Decimal 254 212 180 0 0.17 0.29 0.00 25.95 0.97 0.85
Hex FE D4 B4 0 11 1D 0 1A 61 55
Octal 376 324 264 0 21 35 0 32 141 125
Binary 11111110 11010100 10110100 0 10001 11101 0 11010 1100001 1010101

Color Harmonies of #FED4B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FED4B4

Black with #FED4B4

Text Example


Text Example

White with #FED4B4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FED4B4; }

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

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

background-color css

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

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

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

border-color css

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

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

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