Html Css Color HEX #FED2B3 Apricot

📋 copy color: '#FED2B3'

red 254 ◦ green 210 ◦ blue 179

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

Shades of Apricot #FED2B3

Tints of Apricot #FED2B3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 27.84%

R = 39.5%
G = 32.66%
B = 27.84%

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

#FED2B3 (or 0xFED2B3) is known color: Apricot. HEX triplet: FE, D2 and B3. RGB value is (254,210,179). Sum of RGB (Red+Green+Blue) = 254+210+179=643 (85% of max value = 765). Red value is 254 (99.61% from 255 or 39.50% from 643); Green value is 210 (82.42% from 255 or 32.66% from 643); Blue value is 179 (70.31% from 255 or 27.84% from 643); Max value from RGB is 254 - color contains mainly: red. Hex color #FED2B3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FED2B3 is #012D4C. Grayscale: #DBDBDB. Windows color (decimal): -77133 or 11784958. OLE color: 11784958.

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

Color convert

RGB 254 210 179 -
CMYK 0 0.17 0.30 0.00
HSL 24.8º 0.97% 0.85% -
HSV(B) 24.8º 0.3% 1% -
XYZ 72.06 70.42 52.44 -
YUV 219.62 105.08 152.52 -
System Red Green Blue C M Y K H S L
Decimal 254 210 179 0 0.17 0.30 0.00 24.8 0.97 0.85
Hex FE D2 B3 0 11 1E 0 19 61 55
Octal 376 322 263 0 21 36 0 31 141 125
Binary 11111110 11010010 10110011 0 10001 11110 0 11001 1100001 1010101

Color Harmonies of #FED2B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FED2B3

Black with #FED2B3

Text Example


Text Example

White with #FED2B3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FED2B3; }

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

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

background-color css

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

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

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

border-color css

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

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

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