Html Css Color HEX #FEB9C3 Light Pink

📋 copy color: '#FEB9C3'

red 254 ◦ green 185 ◦ blue 195

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

Shades of Light Pink #FEB9C3

Tints of Light Pink #FEB9C3

RGB

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

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

 BLUE value IS 195 (76.56% from 255) = 30.76%

R = 40.06%
G = 29.18%
B = 30.76%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.23

 K value IS 0.00

RGB Variations

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

Color information

#FEB9C3 (or 0xFEB9C3) is known color: Light Pink. HEX triplet: FE, B9 and C3. RGB value is (254,185,195). Sum of RGB (Red+Green+Blue) = 254+185+195=634 (83% of max value = 765). Red value is 254 (99.61% from 255 or 40.06% from 634); Green value is 185 (72.66% from 255 or 29.18% from 634); Blue value is 195 (76.56% from 255 or 30.76% from 634); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB9C3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEB9C3 is #01463C. Grayscale: #CECECE. Windows color (decimal): -83517 or 12827134. OLE color: 12827134.

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

Color convert

RGB 254 185 195 -
CMYK 0 0.27 0.23 0.00
HSL 351.3º 0.97% 0.86% -
HSV(B) 351.3º 0.27% 1% -
XYZ 68.07 59.71 59.57 -
YUV 206.77 121.36 161.69 -
System Red Green Blue C M Y K H S L
Decimal 254 185 195 0 0.27 0.23 0.00 351.3 0.97 0.86
Hex FE B9 C3 0 1B 17 0 15F 61 56
Octal 376 271 303 0 33 27 0 537 141 126
Binary 11111110 10111001 11000011 0 11011 10111 0 101011111 1100001 1010110

Color Harmonies of #FEB9C3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEB9C3

Black with #FEB9C3

Text Example


Text Example

White with #FEB9C3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEB9C3; }

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

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

background-color css

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

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

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

border-color css

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

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

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