Html Css Color HEX #FEB28C Mandys Pink

📋 copy color: '#FEB28C'

red 254 ◦ green 178 ◦ blue 140

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

Shades of Mandys Pink #FEB28C

Tints of Mandys Pink #FEB28C

RGB

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

 GREEN value IS 178 (69.92% from 255) = 31.12%

 BLUE value IS 140 (55.08% from 255) = 24.48%

R = 44.41%
G = 31.12%
B = 24.48%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.45

 K value IS 0.00

RGB Variations

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

Color information

#FEB28C (or 0xFEB28C) is known color: Mandys Pink. HEX triplet: FE, B2 and 8C. RGB value is (254,178,140). Sum of RGB (Red+Green+Blue) = 254+178+140=572 (75% of max value = 765). Red value is 254 (99.61% from 255 or 44.41% from 572); Green value is 178 (69.92% from 255 or 31.12% from 572); Blue value is 140 (55.08% from 255 or 24.48% from 572); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB28C is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FEB28C is #014D73. Grayscale: #C4C4C4. Windows color (decimal): -85364 or 9220862. OLE color: 9220862.

HSL color Cylindrical-coordinate representation of color #FEB28C: hue angle of 20º degrees, saturation: 0.98, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #FEB28C is Cyan = 0, Magento = 0.30, Yellow = 0.45 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 178 140 -
CMYK 0 0.30 0.45 0.00
HSL 20º 0.98% 0.77% -
HSV(B) 20º 0.45% 1% -
XYZ 61.53 54.81 32.15 -
YUV 196.39 96.18 169.09 -
System Red Green Blue C M Y K H S L
Decimal 254 178 140 0 0.30 0.45 0.00 20 0.98 0.77
Hex FE B2 8C 0 1E 2D 0 14 62 4D
Octal 376 262 214 0 36 55 0 24 142 115
Binary 11111110 10110010 10001100 0 11110 101101 0 10100 1100010 1001101

Color Harmonies of #FEB28C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEB28C

Black with #FEB28C

Text Example


Text Example

White with #FEB28C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEB28C; }

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

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

background-color css

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

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

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

border-color css

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

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

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