Html Css Color HEX #FEBEBD Your Pink

📋 copy color: '#FEBEBD'

red 254 ◦ green 190 ◦ blue 189

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

Shades of Your Pink #FEBEBD

Tints of Your Pink #FEBEBD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 29.86%

R = 40.13%
G = 30.02%
B = 29.86%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.26

 K value IS 0.00

RGB Variations

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

Color information

#FEBEBD (or 0xFEBEBD) is known color: Your Pink. HEX triplet: FE, BE and BD. RGB value is (254,190,189). Sum of RGB (Red+Green+Blue) = 254+190+189=633 (83% of max value = 765). Red value is 254 (99.61% from 255 or 40.13% from 633); Green value is 190 (74.61% from 255 or 30.02% from 633); Blue value is 189 (74.22% from 255 or 29.86% from 633); Max value from RGB is 254 - color contains mainly: red. Hex color #FEBEBD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEBEBD is #014142. Grayscale: #D1D1D1. Windows color (decimal): -82243 or 12435198. OLE color: 12435198.

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

Color convert

RGB 254 190 189 -
CMYK 0 0.25 0.26 0.00
HSL 0.92º 0.97% 0.87% -
HSV(B) 0.92º 0.26% 1% -
XYZ 68.47 61.57 56.42 -
YUV 209.02 116.7 160.08 -
System Red Green Blue C M Y K H S L
Decimal 254 190 189 0 0.25 0.26 0.00 0.92 0.97 0.87
Hex FE BE BD 0 19 1A 0 1 61 57
Octal 376 276 275 0 31 32 0 1 141 127
Binary 11111110 10111110 10111101 0 11001 11010 0 1 1100001 1010111

Color Harmonies of #FEBEBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEBEBD

Black with #FEBEBD

Text Example


Text Example

White with #FEBEBD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEBEBD; }

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

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

background-color css

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

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

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

border-color css

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

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

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