Html Css Color HEX #FEB9C2 Light Pink

📋 copy color: '#FEB9C2'

red 254 ◦ green 185 ◦ blue 194

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

Shades of Light Pink #FEB9C2

Tints of Light Pink #FEB9C2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 30.65%

R = 40.13%
G = 29.23%
B = 30.65%

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

#FEB9C2 (or 0xFEB9C2) is known color: Light Pink. HEX triplet: FE, B9 and C2. RGB value is (254,185,194). Sum of RGB (Red+Green+Blue) = 254+185+194=633 (83% of max value = 765). Red value is 254 (99.61% from 255 or 40.13% from 633); Green value is 185 (72.66% from 255 or 29.23% from 633); Blue value is 194 (76.17% from 255 or 30.65% from 633); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB9C2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEB9C2 is #01463D. Grayscale: #CECECE. Windows color (decimal): -83518 or 12761598. OLE color: 12761598.

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

Color convert

RGB 254 185 194 -
CMYK 0 0.27 0.24 0.00
HSL 352.17º 0.97% 0.86% -
HSV(B) 352.17º 0.27% 1% -
XYZ 67.96 59.66 58.97 -
YUV 206.66 120.86 161.77 -
System Red Green Blue C M Y K H S L
Decimal 254 185 194 0 0.27 0.24 0.00 352.17 0.97 0.86
Hex FE B9 C2 0 1B 18 0 160 61 56
Octal 376 271 302 0 33 30 0 540 141 126
Binary 11111110 10111001 11000010 0 11011 11000 0 101100000 1100001 1010110

Color Harmonies of #FEB9C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEB9C2

Black with #FEB9C2

Text Example


Text Example

White with #FEB9C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEB9C2; }

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

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

background-color css

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

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

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

border-color css

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

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

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