Html Css Color HEX #FEACAF Light Pink

📋 copy color: '#FEACAF'

red 254 ◦ green 172 ◦ blue 175

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

Shades of Light Pink #FEACAF

Tints of Light Pink #FEACAF

RGB

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

 GREEN value IS 172 (67.58% from 255) = 28.62%

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

R = 42.26%
G = 28.62%
B = 29.12%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.31

 K value IS 0.00

RGB Variations

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

Color information

#FEACAF (or 0xFEACAF) is known color: Light Pink. HEX triplet: FE, AC and AF. RGB value is (254,172,175). Sum of RGB (Red+Green+Blue) = 254+172+175=601 (79% of max value = 765). Red value is 254 (99.61% from 255 or 42.26% from 601); Green value is 172 (67.58% from 255 or 28.62% from 601); Blue value is 175 (68.75% from 255 or 29.12% from 601); Max value from RGB is 254 - color contains mainly: red. Hex color #FEACAF is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FEACAF is #015350. Grayscale: #C4C4C4. Windows color (decimal): -86865 or 11513086. OLE color: 11513086.

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

Color convert

RGB 254 172 175 -
CMYK 0 0.32 0.31 0.00
HSL 357.8º 0.98% 0.84% -
HSV(B) 357.8º 0.32% 1% -
XYZ 63.36 53.67 47.58 -
YUV 196.86 115.67 168.76 -
System Red Green Blue C M Y K H S L
Decimal 254 172 175 0 0.32 0.31 0.00 357.8 0.98 0.84
Hex FE AC AF 0 20 1F 0 166 62 54
Octal 376 254 257 0 40 37 0 546 142 124
Binary 11111110 10101100 10101111 0 100000 11111 0 101100110 1100010 1010100

Color Harmonies of #FEACAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEACAF

Black with #FEACAF

Text Example


Text Example

White with #FEACAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEACAF; }

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

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

background-color css

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

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

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

border-color css

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

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

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