Html Css Color HEX #FEB1C0 Light Pink

📋 copy color: '#FEB1C0'

red 254 ◦ green 177 ◦ blue 192

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

Shades of Light Pink #FEB1C0

Tints of Light Pink #FEB1C0

RGB

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

 GREEN value IS 177 (69.53% from 255) = 28.41%

 BLUE value IS 192 (75.39% from 255) = 30.82%

R = 40.77%
G = 28.41%
B = 30.82%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.24

 K value IS 0.00

RGB Variations

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

Color information

#FEB1C0 (or 0xFEB1C0) is known color: Light Pink. HEX triplet: FE, B1 and C0. RGB value is (254,177,192). Sum of RGB (Red+Green+Blue) = 254+177+192=623 (82% of max value = 765). Red value is 254 (99.61% from 255 or 40.77% from 623); Green value is 177 (69.53% from 255 or 28.41% from 623); Blue value is 192 (75.39% from 255 or 30.82% from 623); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB1C0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FEB1C0 is #014E3F. Grayscale: #C9C9C9. Windows color (decimal): -85568 or 12628478. OLE color: 12628478.

HSL color Cylindrical-coordinate representation of color #FEB1C0: hue angle of 348.31º degrees, saturation: 0.97, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #FEB1C0 is Cyan = 0, Magento = 0.30, Yellow = 0.24 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 177 192 -
CMYK 0 0.30 0.24 0.00
HSL 348.31º 0.97% 0.85% -
HSV(B) 348.31º 0.3% 1% -
XYZ 66.11 56.32 57.26 -
YUV 201.73 122.51 165.28 -
System Red Green Blue C M Y K H S L
Decimal 254 177 192 0 0.30 0.24 0.00 348.31 0.97 0.85
Hex FE B1 C0 0 1E 18 0 15C 61 55
Octal 376 261 300 0 36 30 0 534 141 125
Binary 11111110 10110001 11000000 0 11110 11000 0 101011100 1100001 1010101

Color Harmonies of #FEB1C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEB1C0

Black with #FEB1C0

Text Example


Text Example

White with #FEB1C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEB1C0; }

 p { color: rgb(254,177,192); }

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

background-color css

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

 a { background-color: rgb(254,177,192); }

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

border-color css

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

 span { border-color: rgb(254,177,192); }

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