#FEBFCA

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

Shades of Pink #FEBFCA

Tints of Pink #FEBFCA

Color information

#FEBFCA (or 0xFEBFCA) is unknown color: approx Pink. HEX triplet: FE, BF and CA. RGB value is (254,191,202). Sum of RGB (Red+Green+Blue) = 254+191+202=647 (85% of max value = 765). Red value is 254 (99.61% from 255 or 39.26% from 647); Green value is 191 (75% from 255 or 29.52% from 647); Blue value is 202 (79.30% from 255 or 31.22% from 647); Max value from RGB is 254 - color contains mainly: red. Hex color #FEBFCA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEBFCA is #014035. Grayscale: #D3D3D3. Windows color (decimal): -81974 or 13287422. OLE color: 13287422.

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

Color convert

RGB254191202-
CMYK00.250.200.00
HSL349.52º96.92%87.25%-
HSV(B)349.52º24.8%99.61%-
XYZ70.1662.664.26-
YUV211.09122.87158.61-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 39.26%
GREEN value IS 191 (75% from 255) = 29.52%
BLUE value IS 202 (79.30% from 255) = 31.22%
R=39.26%
G=29.52%
B=31.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.20
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25419120200.250.200.00349.5296.9287.25
HexFEBFCA01914015e6157
Octal376277312031240536141127
Binary11111110101111111100101001100110100010101111011000011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEBFCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEBFCA; }

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

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

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

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

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

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

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

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