#FEBFCB

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

Shades of Pink #FEBFCB

Tints of Pink #FEBFCB

Color information

#FEBFCB (or 0xFEBFCB) is unknown color: approx Pink. HEX triplet: FE, BF and CB. RGB value is (254,191,203). Sum of RGB (Red+Green+Blue) = 254+191+203=648 (85% of max value = 765). Red value is 254 (99.61% from 255 or 39.20% from 648); Green value is 191 (75% from 255 or 29.48% from 648); Blue value is 203 (79.69% from 255 or 31.33% from 648); Max value from RGB is 254 - color contains mainly: red. Hex color #FEBFCB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEBFCB is #014034. Grayscale: #D3D3D3. Windows color (decimal): -81973 or 13352958. OLE color: 13352958.

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

Color convert

RGB254191203-
CMYK00.250.200.00
HSL348.57º96.92%87.25%-
HSV(B)348.57º24.8%99.61%-
XYZ70.2862.6464.89-
YUV211.2123.37158.52-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 39.20%
GREEN value IS 191 (75% from 255) = 29.48%
BLUE value IS 203 (79.69% from 255) = 31.33%
R=39.20%
G=29.48%
B=31.33%

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
Decimal25419120300.250.200.00348.5796.9287.25
HexFEBFCB01914015d6157
Octal376277313031240535141127
Binary11111110101111111100101101100110100010101110111000011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEBFCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEBFCB; }

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

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

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

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

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

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

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

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