Html Css Color HEX #FEBEC7 Pink

📋 copy color: '#FEBEC7'

red 254 ◦ green 190 ◦ blue 199

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

Shades of Pink #FEBEC7

Tints of Pink #FEBEC7

RGB

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

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

 BLUE value IS 199 (78.13% from 255) = 30.95%

R = 39.5%
G = 29.55%
B = 30.95%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.22

 K value IS 0.00

RGB Variations

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

Color information

#FEBEC7 (or 0xFEBEC7) is known color: Pink. HEX triplet: FE, BE and C7. RGB value is (254,190,199). Sum of RGB (Red+Green+Blue) = 254+190+199=643 (85% of max value = 765). Red value is 254 (99.61% from 255 or 39.50% from 643); Green value is 190 (74.61% from 255 or 29.55% from 643); Blue value is 199 (78.12% from 255 or 30.95% from 643); Max value from RGB is 254 - color contains mainly: red. Hex color #FEBEC7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEBEC7 is #014138. Grayscale: #D2D2D2. Windows color (decimal): -82233 or 13090558. OLE color: 13090558.

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

Color convert

RGB 254 190 199 -
CMYK 0 0.25 0.22 0.00
HSL 351.56º 0.97% 0.87% -
HSV(B) 351.56º 0.25% 1% -
XYZ 69.6 62.02 62.34 -
YUV 210.16 121.7 159.27 -
System Red Green Blue C M Y K H S L
Decimal 254 190 199 0 0.25 0.22 0.00 351.56 0.97 0.87
Hex FE BE C7 0 19 16 0 160 61 57
Octal 376 276 307 0 31 26 0 540 141 127
Binary 11111110 10111110 11000111 0 11001 10110 0 101100000 1100001 1010111

Color Harmonies of #FEBEC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEBEC7

Black with #FEBEC7

Text Example


Text Example

White with #FEBEC7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEBEC7; }

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

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

background-color css

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

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

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

border-color css

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

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

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