Html Css Color HEX #FEA8AF Light Pink

📋 copy color: '#FEA8AF'

red 254 ◦ green 168 ◦ blue 175

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

Shades of Light Pink #FEA8AF

Tints of Light Pink #FEA8AF

RGB

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

 GREEN value IS 168 (66.02% from 255) = 28.14%

 BLUE value IS 175 (68.75% from 255) = 29.31%

R = 42.55%
G = 28.14%
B = 29.31%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.31

 K value IS 0.00

RGB Variations

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

Color information

#FEA8AF (or 0xFEA8AF) is known color: Light Pink. HEX triplet: FE, A8 and AF. RGB value is (254,168,175). Sum of RGB (Red+Green+Blue) = 254+168+175=597 (79% of max value = 765). Red value is 254 (99.61% from 255 or 42.55% from 597); Green value is 168 (66.02% from 255 or 28.14% from 597); Blue value is 175 (68.75% from 255 or 29.31% from 597); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA8AF is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FEA8AF is #015750. Grayscale: #C2C2C2. Windows color (decimal): -87889 or 11512062. OLE color: 11512062.

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

Color convert

RGB 254 168 175 -
CMYK 0 0.34 0.31 0.00
HSL 355.12º 0.98% 0.83% -
HSV(B) 355.12º 0.34% 1% -
XYZ 62.61 52.17 47.33 -
YUV 194.51 116.99 170.43 -
System Red Green Blue C M Y K H S L
Decimal 254 168 175 0 0.34 0.31 0.00 355.12 0.98 0.83
Hex FE A8 AF 0 22 1F 0 163 62 53
Octal 376 250 257 0 42 37 0 543 142 123
Binary 11111110 10101000 10101111 0 100010 11111 0 101100011 1100010 1010011

Color Harmonies of #FEA8AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEA8AF

Black with #FEA8AF

Text Example


Text Example

White with #FEA8AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEA8AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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