Html Css Color HEX #FEB6C4 Light Pink

📋 copy color: '#FEB6C4'

red 254 ◦ green 182 ◦ blue 196

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

Shades of Light Pink #FEB6C4

Tints of Light Pink #FEB6C4

RGB

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

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

 BLUE value IS 196 (76.95% from 255) = 31.01%

R = 40.19%
G = 28.8%
B = 31.01%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.23

 K value IS 0.00

RGB Variations

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

Color information

#FEB6C4 (or 0xFEB6C4) is known color: Light Pink. HEX triplet: FE, B6 and C4. RGB value is (254,182,196). Sum of RGB (Red+Green+Blue) = 254+182+196=632 (83% of max value = 765). Red value is 254 (99.61% from 255 or 40.19% from 632); Green value is 182 (71.48% from 255 or 28.80% from 632); Blue value is 196 (76.95% from 255 or 31.01% from 632); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB6C4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEB6C4 is #01493B. Grayscale: #CDCDCD. Windows color (decimal): -84284 or 12891902. OLE color: 12891902.

HSL color Cylindrical-coordinate representation of color #FEB6C4: hue angle of 348.33º 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 #FEB6C4 is Cyan = 0, Magento = 0.28, Yellow = 0.23 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 182 196 -
CMYK 0 0.28 0.23 0.00
HSL 348.33º 0.97% 0.85% -
HSV(B) 348.33º 0.28% 1% -
XYZ 67.56 58.51 59.96 -
YUV 205.12 122.85 162.86 -
System Red Green Blue C M Y K H S L
Decimal 254 182 196 0 0.28 0.23 0.00 348.33 0.97 0.85
Hex FE B6 C4 0 1C 17 0 15C 61 55
Octal 376 266 304 0 34 27 0 534 141 125
Binary 11111110 10110110 11000100 0 11100 10111 0 101011100 1100001 1010101

Color Harmonies of #FEB6C4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEB6C4

Black with #FEB6C4

Text Example


Text Example

White with #FEB6C4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEB6C4; }

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

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

background-color css

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

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

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

border-color css

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

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

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