#FEBFC9

Color #FEBFC9 Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pink #FEBFC9

Tints of Pink #FEBFC9

Color information

#FEBFC9 (or 0xFEBFC9) is unknown color: approx Pink. HEX triplet: FE, BF and C9. RGB value is (254,191,201). Sum of RGB (Red+Green+Blue) = 254+191+201=646 (85% of max value = 765). Red value is 254 (99.61% from 255 or 39.32% from 646); Green value is 191 (75% from 255 or 29.57% from 646); Blue value is 201 (78.91% from 255 or 31.11% from 646); Max value from RGB is 254 - color contains mainly: red. Hex color #FEBFC9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEBFC9 is #014036. Grayscale: #D3D3D3. Windows color (decimal): -81975 or 13221886. OLE color: 13221886.

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

Color convert

RGB254191201-
CMYK00.250.210.00
HSL350.48º96.92%87.25%-
HSV(B)350.48º24.8%99.61%-
XYZ70.0562.5563.64-
YUV210.98122.37158.69-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 39.32%
GREEN value IS 191 (75% from 255) = 29.57%
BLUE value IS 201 (78.91% from 255) = 31.11%
R=39.32%
G=29.57%
B=31.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.21
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25419120100.250.210.00350.4896.9287.25
HexFEBFC901915015e6157
Octal376277311031250536141127
Binary11111110101111111100100101100110101010101111011000011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEBFC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEBFC9; }

 p { color: rgb(254,191,201); }

 H1.HeaderClassName
 {
   color: #FEBFC9;
 }
 .AnyTagClassName
 {
   color: #FEBFC9;
 }
</style>
background-color css

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

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

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

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

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

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