Html Css Color HEX #FEB9C0 Light Pink

📋 copy color: '#FEB9C0'

red 254 ◦ green 185 ◦ blue 192

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

Shades of Light Pink #FEB9C0

Tints of Light Pink #FEB9C0

RGB

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

 GREEN value IS 185 (72.66% from 255) = 29.32%

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

R = 40.25%
G = 29.32%
B = 30.43%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.24

 K value IS 0.00

RGB Variations

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

Color information

#FEB9C0 (or 0xFEB9C0) is known color: Light Pink. HEX triplet: FE, B9 and C0. RGB value is (254,185,192). Sum of RGB (Red+Green+Blue) = 254+185+192=631 (83% of max value = 765). Red value is 254 (99.61% from 255 or 40.25% from 631); Green value is 185 (72.66% from 255 or 29.32% from 631); Blue value is 192 (75.39% from 255 or 30.43% from 631); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB9C0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEB9C0 is #01463F. Grayscale: #CECECE. Windows color (decimal): -83520 or 12630526. OLE color: 12630526.

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

Color convert

RGB 254 185 192 -
CMYK 0 0.27 0.24 0.00
HSL 353.91º 0.97% 0.86% -
HSV(B) 353.91º 0.27% 1% -
XYZ 67.74 59.57 57.8 -
YUV 206.43 119.86 161.93 -
System Red Green Blue C M Y K H S L
Decimal 254 185 192 0 0.27 0.24 0.00 353.91 0.97 0.86
Hex FE B9 C0 0 1B 18 0 162 61 56
Octal 376 271 300 0 33 30 0 542 141 126
Binary 11111110 10111001 11000000 0 11011 11000 0 101100010 1100001 1010110

Color Harmonies of #FEB9C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEB9C0

Black with #FEB9C0

Text Example


Text Example

White with #FEB9C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEB9C0; }

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

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

background-color css

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

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

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

border-color css

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

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

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