Html Css Color HEX #FEAFBC Light Pink

📋 copy color: '#FEAFBC'

red 254 ◦ green 175 ◦ blue 188

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

Shades of Light Pink #FEAFBC

Tints of Light Pink #FEAFBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 30.47%

R = 41.17%
G = 28.36%
B = 30.47%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.26

 K value IS 0.00

RGB Variations

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

Color information

#FEAFBC (or 0xFEAFBC) is known color: Light Pink. HEX triplet: FE, AF and BC. RGB value is (254,175,188). Sum of RGB (Red+Green+Blue) = 254+175+188=617 (81% of max value = 765). Red value is 254 (99.61% from 255 or 41.17% from 617); Green value is 175 (68.75% from 255 or 28.36% from 617); Blue value is 188 (73.83% from 255 or 30.47% from 617); Max value from RGB is 254 - color contains mainly: red. Hex color #FEAFBC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FEAFBC is #015043. Grayscale: #C8C8C8. Windows color (decimal): -86084 or 12365822. OLE color: 12365822.

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

Color convert

RGB 254 175 188 -
CMYK 0 0.31 0.26 0.00
HSL 350.13º 0.98% 0.84% -
HSV(B) 350.13º 0.31% 1% -
XYZ 65.28 55.36 54.82 -
YUV 200.1 121.17 166.44 -
System Red Green Blue C M Y K H S L
Decimal 254 175 188 0 0.31 0.26 0.00 350.13 0.98 0.84
Hex FE AF BC 0 1F 1A 0 15E 62 54
Octal 376 257 274 0 37 32 0 536 142 124
Binary 11111110 10101111 10111100 0 11111 11010 0 101011110 1100010 1010100

Color Harmonies of #FEAFBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEAFBC

Black with #FEAFBC

Text Example


Text Example

White with #FEAFBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEAFBC; }

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

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

background-color css

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

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

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

border-color css

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

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

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