Html Css Color HEX #FEBECE Pink

📋 copy color: '#FEBECE'

red 254 ◦ green 190 ◦ blue 206

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

Shades of Pink #FEBECE

Tints of Pink #FEBECE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 31.69%

R = 39.08%
G = 29.23%
B = 31.69%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.19

 K value IS 0.00

RGB Variations

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

Color information

#FEBECE (or 0xFEBECE) is known color: Pink. HEX triplet: FE, BE and CE. RGB value is (254,190,206). Sum of RGB (Red+Green+Blue) = 254+190+206=650 (86% of max value = 765). Red value is 254 (99.61% from 255 or 39.08% from 650); Green value is 190 (74.61% from 255 or 29.23% from 650); Blue value is 206 (80.86% from 255 or 31.69% from 650); Max value from RGB is 254 - color contains mainly: red. Hex color #FEBECE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEBECE is #014131. Grayscale: #D2D2D2. Windows color (decimal): -82226 or 13549310. OLE color: 13549310.

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

Color convert

RGB 254 190 206 -
CMYK 0 0.25 0.19 0.00
HSL 345º 0.97% 0.87% -
HSV(B) 345º 0.25% 1% -
XYZ 70.43 62.35 66.72 -
YUV 210.96 125.2 158.7 -
System Red Green Blue C M Y K H S L
Decimal 254 190 206 0 0.25 0.19 0.00 345 0.97 0.87
Hex FE BE CE 0 19 13 0 159 61 57
Octal 376 276 316 0 31 23 0 531 141 127
Binary 11111110 10111110 11001110 0 11001 10011 0 101011001 1100001 1010111

Color Harmonies of #FEBECE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEBECE

Black with #FEBECE

Text Example


Text Example

White with #FEBECE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEBECE; }

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

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

background-color css

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

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

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

border-color css

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

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

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