Html Css Color HEX #FEB6C1 Light Pink

📋 copy color: '#FEB6C1'

red 254 ◦ green 182 ◦ blue 193

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

Shades of Light Pink #FEB6C1

Tints of Light Pink #FEB6C1

RGB

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

 GREEN value IS 182 (71.48% from 255) = 28.93%

 BLUE value IS 193 (75.78% from 255) = 30.68%

R = 40.38%
G = 28.93%
B = 30.68%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.24

 K value IS 0.00

RGB Variations

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

Color information

#FEB6C1 (or 0xFEB6C1) is known color: Light Pink. HEX triplet: FE, B6 and C1. RGB value is (254,182,193). Sum of RGB (Red+Green+Blue) = 254+182+193=629 (83% of max value = 765). Red value is 254 (99.61% from 255 or 40.38% from 629); Green value is 182 (71.48% from 255 or 28.93% from 629); Blue value is 193 (75.78% from 255 or 30.68% from 629); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB6C1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEB6C1 is #01493E. Grayscale: #CCCCCC. Windows color (decimal): -84287 or 12695294. OLE color: 12695294.

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

Color convert

RGB 254 182 193 -
CMYK 0 0.28 0.24 0.00
HSL 350.83º 0.97% 0.85% -
HSV(B) 350.83º 0.28% 1% -
XYZ 67.23 58.38 58.18 -
YUV 204.78 121.35 163.11 -
System Red Green Blue C M Y K H S L
Decimal 254 182 193 0 0.28 0.24 0.00 350.83 0.97 0.85
Hex FE B6 C1 0 1C 18 0 15F 61 55
Octal 376 266 301 0 34 30 0 537 141 125
Binary 11111110 10110110 11000001 0 11100 11000 0 101011111 1100001 1010101

Color Harmonies of #FEB6C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEB6C1

Black with #FEB6C1

Text Example


Text Example

White with #FEB6C1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEB6C1; }

 p { color: rgb(254,182,193); }

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

background-color css

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

 a { background-color: rgb(254,182,193); }

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

border-color css

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

 span { border-color: rgb(254,182,193); }

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