Html Css Color HEX #FEBEBE Your Pink

📋 copy color: '#FEBEBE'

red 254 ◦ green 190 ◦ blue 190

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

Shades of Your Pink #FEBEBE

Tints of Your Pink #FEBEBE

RGB

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

 GREEN value IS 190 (74.61% from 255) = 29.97%

 BLUE value IS 190 (74.61% from 255) = 29.97%

R = 40.06%
G = 29.97%
B = 29.97%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.25

 K value IS 0.00

RGB Variations

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

Color information

#FEBEBE (or 0xFEBEBE) is known color: Your Pink. HEX triplet: FE, BE and BE. RGB value is (254,190,190). Sum of RGB (Red+Green+Blue) = 254+190+190=634 (83% of max value = 765). Red value is 254 (99.61% from 255 or 40.06% from 634); Green value is 190 (74.61% from 255 or 29.97% from 634); Blue value is 190 (74.61% from 255 or 29.97% from 634); Max value from RGB is 254 - color contains mainly: red. Hex color #FEBEBE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEBEBE is #014141. Grayscale: #D1D1D1. Windows color (decimal): -82242 or 12500734. OLE color: 12500734.

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

Color convert

RGB 254 190 190 -
CMYK 0 0.25 0.25 0.00
HSL 0.97% 0.87% -
HSV(B) 0.25% 1% -
XYZ 68.58 61.62 56.99 -
YUV 209.14 117.2 160 -
System Red Green Blue C M Y K H S L
Decimal 254 190 190 0 0.25 0.25 0.00 0 0.97 0.87
Hex FE BE BE 0 19 19 0 0 61 57
Octal 376 276 276 0 31 31 0 0 141 127
Binary 11111110 10111110 10111110 0 11001 11001 0 0 1100001 1010111

Color Harmonies of #FEBEBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEBEBE

Black with #FEBEBE

Text Example


Text Example

White with #FEBEBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEBEBE; }

 p { color: rgb(254,190,190); }

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

background-color css

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

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

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

border-color css

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

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

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