Html Css Color HEX #FEAF8C Mandys Pink

📋 copy color: '#FEAF8C'

red 254 ◦ green 175 ◦ blue 140

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

Shades of Mandys Pink #FEAF8C

Tints of Mandys Pink #FEAF8C

RGB

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

 GREEN value IS 175 (68.75% from 255) = 30.76%

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

R = 44.64%
G = 30.76%
B = 24.6%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.45

 K value IS 0.00

RGB Variations

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

Color information

#FEAF8C (or 0xFEAF8C) is known color: Mandys Pink. HEX triplet: FE, AF and 8C. RGB value is (254,175,140). Sum of RGB (Red+Green+Blue) = 254+175+140=569 (75% of max value = 765). Red value is 254 (99.61% from 255 or 44.64% from 569); Green value is 175 (68.75% from 255 or 30.76% from 569); Blue value is 140 (55.08% from 255 or 24.60% from 569); Max value from RGB is 254 - color contains mainly: red. Hex color #FEAF8C is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FEAF8C is #015073. Grayscale: #C2C2C2. Windows color (decimal): -86132 or 9220094. OLE color: 9220094.

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

Color convert

RGB 254 175 140 -
CMYK 0 0.31 0.45 0.00
HSL 18.42º 0.98% 0.77% -
HSV(B) 18.42º 0.45% 1% -
XYZ 60.94 53.62 31.95 -
YUV 194.63 97.17 170.35 -
System Red Green Blue C M Y K H S L
Decimal 254 175 140 0 0.31 0.45 0.00 18.42 0.98 0.77
Hex FE AF 8C 0 1F 2D 0 12 62 4D
Octal 376 257 214 0 37 55 0 22 142 115
Binary 11111110 10101111 10001100 0 11111 101101 0 10010 1100010 1001101

Color Harmonies of #FEAF8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEAF8C

Black with #FEAF8C

Text Example


Text Example

White with #FEAF8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEAF8C; }

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

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

background-color css

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

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

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

border-color css

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

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

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